Vim taglist.

This commit is contained in:
Kolan Sh 2012-09-26 16:28:41 +04:00
parent 2b5ff458a3
commit 98ee157bab
3 changed files with 6053 additions and 0 deletions

1501
.vim/doc/taglist.txt Normal file

File diff suppressed because it is too large Load Diff

4546
.vim/plugin/taglist.vim Normal file

File diff suppressed because it is too large Load Diff

6
.vimrc
View File

@ -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'