look for tags in some default dir
Otherwise you neede to relaunch vim so autotags see them
This commit is contained in:
parent
871a68ac86
commit
1232654db1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user