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:
Rane Brown 2019-04-01 09:46:41 -06:00
parent 41aa647aba
commit 4f5d4c9400
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
" Vimwiki autoload plugin file
let s:TAGS_METADATA_FILE_NAME = '.tags'
let s:TAGS_METADATA_FILE_NAME = '.vimwiki_tags'