From 4f5d4c94006050dd727570979d8af44ea8a18036 Mon Sep 17 00:00:00 2001 From: Rane Brown Date: Mon, 1 Apr 2019 09:46:41 -0600 Subject: [PATCH] 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. --- autoload/vimwiki/tags.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/vimwiki/tags.vim b/autoload/vimwiki/tags.vim index e5a7411..511b11e 100644 --- a/autoload/vimwiki/tags.vim +++ b/autoload/vimwiki/tags.vim @@ -2,7 +2,7 @@ " Vimwiki autoload plugin file -let s:TAGS_METADATA_FILE_NAME = '.tags' +let s:TAGS_METADATA_FILE_NAME = '.vimwiki_tags'