From d4548ebb0cd10f80b417e0129d0325da26c1c567 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 7 Nov 2017 10:11:26 +0300 Subject: [PATCH] Fix implementation of renpy to not include python hack --- 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 0607ae5..d81c830 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -349,7 +349,7 @@ let s:delimiterMap = { \ 'rebol': { 'left': ';' }, \ 'registry': { 'left': ';' }, \ 'remind': { 'left': '#' }, - \ 'renpy': { 'left': '# ', 'leftAlt': '#' }, + \ 'renpy': { 'left': '# ' }, \ 'resolv': { 'left': '#' }, \ 'rgb': { 'left': '!' }, \ 'rib': { 'left': '#' },