diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 0607ae5..d81c830 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -349,7 +349,7 @@ let s:delimiterMap = { \ 'rebol': { 'left': ';' }, \ 'registry': { 'left': ';' }, \ 'remind': { 'left': '#' }, - \ 'renpy': { 'left': '# ', 'leftAlt': '#' }, + \ 'renpy': { 'left': '# ' }, \ 'resolv': { 'left': '#' }, \ 'rgb': { 'left': '!' }, \ 'rib': { 'left': '#' },