Closed ppwwyyxx closed 1 year ago
fix #518
The code set the variable b:NERDCommenterFirstInit on the current buffer, but access the variable using buffer number 1 - this should be incorrect. Changed to bufnr() instead.
b:NERDCommenterFirstInit
bufnr()
fix #518
The code set the variable
b:NERDCommenterFirstInit
on the current buffer, but access the variable using buffer number 1 - this should be incorrect. Changed tobufnr()
instead.