nerdcommenter
nerdcommenter copied to clipboard
Broken code after commenting / uncommenting
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<]
I was able to use this as a workaround:
let g:NERDLPlace = "/*"
let g:NERDRPlace = "*/"