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': '::' },