diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 1d36a96..da6feb2 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -323,7 +323,7 @@ let s:delimiterMap = { \ 'psf': { 'left': '#' }, \ 'ptcap': { 'left': '#' }, \ 'puppet': { 'left': '#' }, - \ 'python': { 'left': '#' }, + \ 'python': { 'left': '# ', 'leftAlt': '#' }, \ 'racket': { 'left': ';', 'leftAlt': '#|', 'rightAlt': '|#' }, \ 'radiance': { 'left': '#' }, \ 'ratpoison': { 'left': '#' },