From c3a82f40c26ba66e515b3bad47dbf5a081004e82 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Tue, 24 May 2016 10:17:33 +1000 Subject: [PATCH] Reapply PR #183, PR #100 undid this --- plugin/NERD_commenter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': '#' },