diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 7ba6e9b..f5d8ac2 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -359,7 +359,7 @@ let s:delimiterMap = { \ 'resolv': { 'left': '#' }, \ 'rgb': { 'left': '!' }, \ 'rib': { 'left': '#' }, - \ 'rmd': { 'left': '', 'leftalt': '#' }, + \ 'rmd': { 'left': '', 'leftAlt': '#' }, \ 'robot': { 'left': '#' }, \ 'robots': { 'left': '#' }, \ 'rspec': { 'left': '#' },