diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index ab7817f4..f83728ed 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -343,8 +343,8 @@ let s:delimiterMap = { \ 'ptcap': { 'left': '#' }, \ 'pug': { 'left': '//-', 'leftAlt': '//' }, \ 'puppet': { 'left': '#' }, - \ 'pyrex': { 'left': '# ', 'leftAlt': '#' }, - \ 'python': { 'left': '# ', 'leftAlt': '#' }, + \ 'pyrex': { 'left': '#', 'leftAlt': '#' }, + \ 'python': { 'left': '#', 'leftAlt': '#' }, \ 'r': { 'left': '#', 'leftAlt': '#''' }, \ 'racket': { 'left': ';', 'nested': 1, 'leftAlt': '#|', 'rightAlt': '|#', 'nestedAlt': 1 }, \ 'radiance': { 'left': '#' },