Use local taglist instead of buggy one
This commit is contained in:
parent
bb2caaa92a
commit
8149222a45
4677
.vim/plugin/taglist.vim
Normal file
4677
.vim/plugin/taglist.vim
Normal file
File diff suppressed because it is too large
Load Diff
3
.vimrc
3
.vimrc
@ -286,7 +286,8 @@ Plugin 'vim-scripts/OmniCppComplete'
|
|||||||
Plugin 'scrooloose/nerdtree'
|
Plugin 'scrooloose/nerdtree'
|
||||||
|
|
||||||
" List current file function
|
" 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
|
" echofunc -> what is the current function signature
|
||||||
Plugin 'mbbill/echofunc'
|
Plugin 'mbbill/echofunc'
|
||||||
|
Loading…
Reference in New Issue
Block a user