diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 04598d1..9582ca9 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -157,6 +157,7 @@ let s:delimiterMap = { \ 'erlang': { 'left': '%', 'leftAlt': '%%' }, \ 'eruby': { 'left': '<%#', 'right': '%>', 'leftAlt': '' }, \ 'esmtprc': { 'left': '#' }, + \ 'exim': { 'left': '#' }, \ 'expect': { 'left': '#' }, \ 'exports': { 'left': '#' }, \ 'factor': { 'left': '! ', 'leftAlt': '!# ' },