Ah, right, this is a valid code, I didn't read your description carefully enough, sorry.
This is definitely universal ctags problem then and should be reported there. Just to be sure, you should try with the ctags binary first if it stops generating tags when '
is present. It's also possible that it has been fixed there in the meantime and Geany just has an old version without the fix.
I suspect that what happens is that as '
is the opening quote for character literals, ctags thinks it's within a character and doesn't emit tags until the "final" '
which never comes.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.