Set the 'tags' option correctly

Ref #85
This commit is contained in:
EinfachToll
2015-05-15 11:01:55 +02:00
parent 6c77fd9101
commit 8bbe0408f9
2 changed files with 7 additions and 6 deletions

View File

@ -31,7 +31,7 @@ execute 'setlocal suffixesadd='.VimwikiGet('ext')
setlocal isfname-=[,]
" gf}}}
setlocal tags+=.tags
exe "setlocal tags+=" . vimwiki#tags#metadata_file_path()
" MISC }}}