From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- .../files/enhancedcommentify-2.1-gentooisms.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 app-vim/cream/files/enhancedcommentify-2.1-gentooisms.patch (limited to 'app-vim/cream/files/enhancedcommentify-2.1-gentooisms.patch') diff --git a/app-vim/cream/files/enhancedcommentify-2.1-gentooisms.patch b/app-vim/cream/files/enhancedcommentify-2.1-gentooisms.patch deleted file mode 100644 index 9e45142ff8ae..000000000000 --- a/app-vim/cream/files/enhancedcommentify-2.1-gentooisms.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- plugin/EnhancedCommentify.vim.orig 2005-01-27 00:20:00.049461056 -0500 -+++ plugin/EnhancedCommentify.vim 2005-01-27 00:17:57.617073608 -0500 -@@ -628,6 +628,10 @@ - " letter. - if match(synFiletype, '\l\+\u') == 0 - let ft = substitute(synFiletype, '^\(\l\+\)\u.*$', '\1', "") -+ " work-around for gentoo-syntax stuff ; won't work with the above -+ " case, since all the identifiers start with a capital 'G' -+ elseif synFiletype =~ "GentooPackage*" -+ let ft = "gentoo" - endif - - if ft == "" -@@ -739,6 +743,9 @@ - \ 'wget\|wml\|xf86conf\|xmath\)$' - let b:ECcommentOpen = '#' - let b:ECcommentClose = '' -+ elseif fileType =~ 'gentoo' -+ let b:ECcommentOpen = '#' -+ let b:ECcommentClose = '' - elseif fileType == 'webmacro' - let b:ECcommentOpen = '##' - let b:ECcommentClose = '' -- cgit v1.2.3