**Standards tags file has six lines:** ``` !_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/ !_TAG_PROGRAM_NAME Exuberant Ctags // !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ !_TAG_PROGRAM_VERSION 5.8 // ``` **But Vimwiki's tags file has only one line:** ``` !_TAG_FILE_SORTED 1 ``` So, another great vim plugin `Leaderf` can't read the vimwiki tags file accurately. https://github.com/Yggdroot/LeaderF/issues/381