You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin cannot reliably guess whether an existing comment is a regular or a sexy format one. You must specify.
This can be done by setting let g:NERDCompactSexyComs = 1 or by using the explicit sexy comment/uncomment function and related binding to do the uncomment operation.
Hi,
By comment one line with sexy code like this:
Then I uncomment it with command
NERDCommenterUncomment
, it becomesThis shows that, for one line sexy comment, the uncomment operation cannot resume the sexy comment. Is this designed to be like this?
The text was updated successfully, but these errors were encountered: