Use local taglist instead of buggy one

This commit is contained in:
Mathieu Maret 2016-02-03 17:28:20 +01:00
parent bb2caaa92a
commit 8149222a45
2 changed files with 4679 additions and 1 deletions

4677
.vim/plugin/taglist.vim Normal file

File diff suppressed because it is too large Load Diff

3
.vimrc
View File

@ -286,7 +286,8 @@ Plugin 'vim-scripts/OmniCppComplete'
Plugin 'scrooloose/nerdtree'
" List current file function
Plugin 'vim-scripts/taglist.vim'
" This version is buggy. Use a local one
"Plugin 'vim-scripts/taglist.vim'
" echofunc -> what is the current function signature
Plugin 'mbbill/echofunc'