diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b7ba977..3b64bc0 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -303,7 +303,7 @@ let s:delimiterMap = { \ 'psf': { 'left': '#' }, \ 'ptcap': { 'left': '#' }, \ 'puppet': { 'left': '#' }, - \ 'python': { 'left': '#' }, + \ 'python': { 'left': '# ' }, \ 'radiance': { 'left': '#' }, \ 'ratpoison': { 'left': '#' }, \ 'r': { 'left': '#' },