From 6e020aa61cec88582ae860800381130e4c5812e2 Mon Sep 17 00:00:00 2001 From: Peter Host Date: Sun, 3 Jun 2012 22:26:02 +0200 Subject: [PATCH] add support for aspvbs leftalt comment This can be discussed, but I do find it useful to be able and use HTML commenting as an alternative cause what else lies in an asp classic page anyway,... but html ;) --- 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 b47f7ef..d55c035 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -83,7 +83,7 @@ let s:delimiterMap = { \ 'asm68k': { 'left': ';' }, \ 'asm': { 'left': ';', 'leftAlt': '#' }, \ 'asn': { 'left': '--' }, - \ 'aspvbs': { 'left': '''' }, + \ 'aspvbs': { 'left': '''', 'leftAlt': '' }, \ 'asterisk': { 'left': ';' }, \ 'asy': { 'left': '//' }, \ 'atlas': { 'left': 'C', 'right': '$' },