Closed huyz closed 1 year ago
Which filetype is this about? It seems to me this is a problem with filetypes whose comment definition uses commentstring_rx
since the whitespace option deals only with commentstring
.
Oh this was for javascript and not languages like vimscript/python/shell. But you obviously figured that out and I can confirm your commit fixed it.
Thanks!
I have:
This works for adding no whitespace. But then when I reverse the commenting operation, a space gets eaten. How do I stop whitespace from being eaten?