Vim taglist.
This commit is contained in:
parent
2b5ff458a3
commit
98ee157bab
File diff suppressed because it is too large
Load Diff
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)
|
" Minimum lines used for comment syncing (default 50)
|
||||||
"let vala_minlines = 120
|
"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…
Reference in New Issue