You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-vim/taglist/files/taglist-3.4-ebuilds.patch

13 lines
354 B

--- a/plugin/taglist.vim
+++ b/plugin/taglist.vim
@@ -205,6 +205,9 @@
let s:tlist_def_cobol_settings = 'cobol;d:data;f:file;g:group;p:paragraph;' .
\ 'P:program;s:section'
+" ebuilds
+let s:tlist_def_ebuild_settings = 'sh;f:function'
+
" eiffel language
let s:tlist_def_eiffel_settings = 'eiffel;c:class;f:feature'