@techee commented on this pull request.
> + fclose(fp); /* the readtags library opens the file by itself */
+ read_ctags_file(tags_file, mode, file_tags);
> doesn't this happen?
You are absolutely right. When `format=ctags` is found in the file, I added
```
g_warning("# format=ctags directive is no longer supported; please remove it
from %s", tags_file);
```
I also updated the documentation because it advised to use `# format=ctags`
(hopefully nobody reads it ;-)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3049#discussion_r1355823379
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3049/review/[email protected]>