From 6591d08b2437b7509ffa2f4187c9f0e4136ef044 Mon Sep 17 00:00:00 2001 From: reisgabrieljoao Date: Thu, 9 Apr 2015 09:33:40 -0300 Subject: [PATCH] Correct bib comment delimiter. --- 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 b7ba977..dc2cc49 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -94,7 +94,7 @@ let s:delimiterMap = { \ 'basic': { 'left': "'", 'leftAlt': 'REM ' }, \ 'bbx': { 'left': '%' }, \ 'bc': { 'left': '#' }, - \ 'bib': { 'left': '%' }, + \ 'bib': { 'left': '//' }, \ 'bindzone': { 'left': ';' }, \ 'bst': { 'left': '%' }, \ 'btm': { 'left': '::' },