look for tags in some default dir

Otherwise you neede to relaunch vim so autotags see them
This commit is contained in:
Mathieu Maret 2015-07-09 14:30:36 +02:00
parent 871a68ac86
commit 1232654db1
1 changed files with 5 additions and 0 deletions

View File

@ -37,4 +37,9 @@ if has("cscope")
map <M-F8> :CtagsKernelBuild<CR><CR>
endif
set tags+=./tags " in file directory
set tags+=tags " in current directory
"for when programming in build dir
set tags+=../tags
endif