Fix bug: tags would not work in subfolders ('tags file not found')
This commit is contained in:
@ -31,7 +31,7 @@ execute 'setlocal suffixesadd='.VimwikiGet('ext')
|
|||||||
setlocal isfname-=[,]
|
setlocal isfname-=[,]
|
||||||
" gf}}}
|
" gf}}}
|
||||||
|
|
||||||
setlocal tags+=./.tags
|
setlocal tags+=.tags
|
||||||
|
|
||||||
" MISC }}}
|
" MISC }}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user