[Vim] use tags in current dir, in parent dir, and in ~/.vim/
This commit is contained in:
parent
540389f377
commit
aa0c4b6816
5
.vimrc
5
.vimrc
@ -471,6 +471,11 @@ let OmniCpp_MayCompleteScope = 1 " autocomplete after ::
|
||||
set path=.,..,/usr/local/include,/usr/include
|
||||
" :set tags+=~/.vim/wxwidgetstags
|
||||
|
||||
set tags=tags
|
||||
"for when programming in build dir
|
||||
set tags+=../tags
|
||||
set tags+=~/.vim/qttags
|
||||
|
||||
" Affichage du prototype d'une fonction sur le
|
||||
" plugin echofunc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user