diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 3b64bc0..816a4d2 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': '# ', 'leftAlt': '#' }, \ 'radiance': { 'left': '#' }, \ 'ratpoison': { 'left': '#' }, \ 'r': { 'left': '#' },