Vim taglist.
This commit is contained in:
parent
2b5ff458a3
commit
98ee157bab
1501
.vim/doc/taglist.txt
Normal file
1501
.vim/doc/taglist.txt
Normal file
File diff suppressed because it is too large
Load Diff
4546
.vim/plugin/taglist.vim
Normal file
4546
.vim/plugin/taglist.vim
Normal file
File diff suppressed because it is too large
Load Diff
6
.vimrc
6
.vimrc
@ -188,3 +188,9 @@ let vala_no_tab_space_error = 1
|
||||
|
||||
" Minimum lines used for comment syncing (default 50)
|
||||
"let vala_minlines = 120
|
||||
|
||||
" ----- Vala taglist ------
|
||||
" Work-around Tag List for Vala
|
||||
let tlist_vala_settings='c#;d:macro;t:typedef;n:namespace;c:class;'.
|
||||
\ 'E:event;g:enum;s:struct;i:interface;'.
|
||||
\ 'p:properties;m:method'
|
||||
|
Loading…
x
Reference in New Issue
Block a user