mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 04:33:47 -05:00
Correct bib comment delimiter.
This commit is contained in:
@@ -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': '::' },
|
||||||
|
|||||||
Reference in New Issue
Block a user