diff --git a/.vim/plugin/cscope_plus.vim b/.vim/plugin/cscope_plus.vim index 602a795..92bd738 100644 --- a/.vim/plugin/cscope_plus.vim +++ b/.vim/plugin/cscope_plus.vim @@ -40,6 +40,11 @@ if has("cscope") map :CtagsKernelBuild endif + set tags+=./tags " in file directory + set tags+=tags " in current directory + "for when programming in build dir + set tags+=../tags + function! GetLocalCscopeDb(pathname) if !isdirectory(a:pathname) || a:pathname == $HOME || a:pathname == '/' return