Correct bib comment delimiter.

This commit is contained in:
reisgabrieljoao
2015-04-09 09:33:40 -03:00
parent 6549cfde45
commit 6591d08b24

View File

@@ -94,7 +94,7 @@ let s:delimiterMap = {
\ 'basic': { 'left': "'", 'leftAlt': 'REM ' }, \ 'basic': { 'left': "'", 'leftAlt': 'REM ' },
\ 'bbx': { 'left': '%' }, \ 'bbx': { 'left': '%' },
\ 'bc': { 'left': '#' }, \ 'bc': { 'left': '#' },
\ 'bib': { 'left': '%' }, \ 'bib': { 'left': '//' },
\ 'bindzone': { 'left': ';' }, \ 'bindzone': { 'left': ';' },
\ 'bst': { 'left': '%' }, \ 'bst': { 'left': '%' },
\ 'btm': { 'left': '::' }, \ 'btm': { 'left': '::' },