diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 5afd536..8bbda73 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -95,7 +95,7 @@ let s:delimiterMap = { \ 'basic': { 'left': "'", 'leftAlt': 'REM ' }, \ 'bbx': { 'left': '%' }, \ 'bc': { 'left': '#' }, - \ 'bib': { 'left': '%' }, + \ 'bib': { 'left': '//' }, \ 'bindzone': { 'left': ';' }, \ 'blade': { 'left': '{{--', 'right': '--}}' }, \ 'bst': { 'left': '%' },