Skip to content

Commit

Permalink
EnhancedCommentify: 支持 getmailrc
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Apr 16, 2014
1 parent b4fb334 commit fecef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/EnhancedCommentify.vim
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ function s:GetFileTypeSettings(ft)
\ 'squid\|terminfo\|tidy\|tli\|tsscl\|vgrindefs\|vrml\|'.
\ 'fstab\|privoxy\|openvpn\|dnsmasq\|nimrod\|' .
\ 'wget\|wml\|xf86conf\|xmath\|nginx\|gas\|debsources\|' .
\ 'yaml\)$'
\ 'yaml\|getmailrc\)$'
let b:ECcommentOpen = '#'
let b:ECcommentClose = ''
elseif fileType == 'webmacro'
Expand Down

0 comments on commit fecef10

Please sign in to comment.