@techee commented on this pull request.
In src/tagmanager/tm_source_file.c:
> + 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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.