@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 ;-)