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/cream/files/cream-0.30-ebuilds.patch

13 lines
435 B

--- cream-0.30/taglist.vim.orig 2004-10-02 00:12:58.400215576 +0100
+++ cream-0.30/taglist.vim 2004-10-02 00:26:28.535056360 +0100
@@ -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'