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:
@ -2,7 +2,7 @@
|
||||
" Vimwiki autoload plugin file
|
||||
|
||||
|
||||
let s:TAGS_METADATA_FILE_NAME = '.tags'
|
||||
let s:TAGS_METADATA_FILE_NAME = '.vimwiki_tags'
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user