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