This prevents loading a spurious tag for the format specifier line, as well as fixing loading of CTags format with a format specifier line.
Before this change, the file pointer was rewound after reading a format specifier line; but this had various unwanted side effects depending on the recognized format:
# format=tagmanager
). This was fairly harmless and only introduced a spurious tag seldom even used because #
isn't usually considered for looking up completions.https://github.com/geany/geany/pull/1817
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.