diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-02-28 15:32:55 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-02-28 15:32:55 +0000 |
commit | 214747e1aab7010203d381848aca3a8637fba2c9 (patch) | |
tree | 679cdee415fbfb178f71fad6fcc0712f6c010a38 /app-vim/cream/files/enhancedcommentify-2.1-extra-ft-support.patch | |
parent | Version bump for bug 124364. (diff) | |
download | gentoo-2-214747e1aab7010203d381848aca3a8637fba2c9.tar.gz gentoo-2-214747e1aab7010203d381848aca3a8637fba2c9.tar.bz2 gentoo-2-214747e1aab7010203d381848aca3a8637fba2c9.zip |
Improve EnhancedCommentify. Thanks to TGL in bug #124395.
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'app-vim/cream/files/enhancedcommentify-2.1-extra-ft-support.patch')
-rw-r--r-- | app-vim/cream/files/enhancedcommentify-2.1-extra-ft-support.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-vim/cream/files/enhancedcommentify-2.1-extra-ft-support.patch b/app-vim/cream/files/enhancedcommentify-2.1-extra-ft-support.patch new file mode 100644 index 000000000000..597518a6d547 --- /dev/null +++ b/app-vim/cream/files/enhancedcommentify-2.1-extra-ft-support.patch @@ -0,0 +1,13 @@ +--- plugin/EnhancedCommentify.vim.orig 2005-03-01 02:28:23.409962824 -0500 ++++ plugin/EnhancedCommentify.vim 2005-03-01 02:29:45.695453528 -0500 +@@ -740,7 +740,9 @@ + \ 'psf\|ptcap\|r\|radiance\|ratpoison\|readline\remind\|'. + \ 'ruby\|screen\|sed\|sm\|snnsnet\|snnspat\|snnsres\|spec\|'. + \ 'squid\|terminfo\|tidy\|tli\|tsscl\|vgrindefs\|vrml\|'. +- \ 'wget\|wml\|xf86conf\|xmath\)$' ++ \ 'wget\|wml\|xf86conf\|xmath\|fstab\|apache\|resolv\|sudoers\|'. ++ \ 'ntp\|mailcap\|ssh_config\|sshdconfig\|mplayerconf\|desktop\|'. ++ \ 'gkrellmrc\|pf\|ipfilter\|grub\|fluxbox\)$' + let b:ECcommentOpen = '#' + let b:ECcommentClose = '' + elseif fileType =~ 'gentoo' |