]> code.delx.au - dotfiles/commitdiff
Vim: Commenter supports lots more files
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 10 Apr 2008 04:59:59 +0000 (14:59 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 10 Apr 2008 04:59:59 +0000 (14:59 +1000)
.vim/commenter.vim

index 7488773a1a5d57615eb76671a9dac726d3765d12..d525bd4112ae76ef22fd401f221d31850b17e669 100644 (file)
@@ -11,7 +11,7 @@ function! ToggleCommentify()
                let commentSymbol = ''
 
                let commentMapping = {
-                                       \'###': ['python', 'sh', 'muttrc', 'sshconfig', 'make', 'vrml', 'ruby', 'perl'],
+                                       \'###': ['python', 'sh', 'muttrc', 'sshconfig', 'make', 'vrml', 'ruby', 'perl', 'terminfo', 'conf', 'mplayerconf', 'procmail', 'readline', 'screen', 'sudoers'],
                                        \'///': ['ox', 'java', 'cpp', 'c', 'objc', 'php', 'javascript'],
                                        \'"""': ['vim'],
                                        \'!!!': ['xdefaults'],