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
In most cases toggling comments is what I want. In some cases I want to force uncommented lines to be commented and leave commented lines commented. I imagine something like this
In most cases toggling comments is what I want. In some cases I want to force uncommented lines to be commented and leave commented lines commented. I imagine something like this
:g/log.debug/CommentaryComment
would change
to this, effectively commenting out all log.debug statements.
The text was updated successfully, but these errors were encountered: