nerdcommenter icon indicating copy to clipboard operation
nerdcommenter copied to clipboard

Broken code after commenting / uncommenting

Open ki11roy opened this issue 7 years ago • 1 comments

in *.cc files this line: /*secure*/ false, /*reuse port*/ false, /*backlog*/ 1, /*SSL*/ turns into this after commenting: /[>secure*/ false, /*reuse port*/ false, /*backlog*/ 1, /*SSL<]

ki11roy avatar Jul 17 '18 08:07 ki11roy

I was able to use this as a workaround:

let g:NERDLPlace = "/*"
let g:NERDRPlace = "*/"

cheshire avatar Feb 05 '20 23:02 cheshire