Fix bug: tags would not work in subfolders ('tags file not found')

This commit is contained in:
Ivan Tishchenko 2015-04-26 22:13:03 +03:00
parent fd66db5551
commit 4617576c20

View File

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