Change the tagfile name.
This changes the tags file used by vimwiki to '.vimwiki_tags' to prevent conflicts with other tools that may generate a tags file using the same name such as gutentags.
This commit is contained in:
parent
41aa647aba
commit
4f5d4c9400
@ -2,7 +2,7 @@
|
|||||||
" Vimwiki autoload plugin file
|
" Vimwiki autoload plugin file
|
||||||
|
|
||||||
|
|
||||||
let s:TAGS_METADATA_FILE_NAME = '.tags'
|
let s:TAGS_METADATA_FILE_NAME = '.vimwiki_tags'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user