diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index ab8acd4..e3d2932 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -304,7 +304,8 @@ let s:delimiterMap = { \ 'psf': { 'left': '#' }, \ 'ptcap': { 'left': '#' }, \ 'puppet': { 'left': '#' }, - \ 'python': { 'left': '# ', 'leftAlt': '#' }, + \ 'python': { 'left': '#' }, + \ 'racket': { 'left': ';' }, \ 'radiance': { 'left': '#' }, \ 'ratpoison': { 'left': '#' }, \ 'r': { 'left': '#' },