diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index e2d7ce0..39a8a10 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -146,7 +146,7 @@ let s:delimiterMap = { \ 'eiffel': { 'left': '--' }, \ 'elf': { 'left': "'" }, \ 'elmfilt': { 'left': '#' }, - \ 'erlang': { 'left': '%' }, + \ 'erlang': { 'left': '%', 'leftAlt': '%%' }, \ 'eruby': { 'left': '<%#', 'right': '%>', 'leftAlt': '' }, \ 'expect': { 'left': '#' }, \ 'exports': { 'left': '#' },