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
Noticed this little bug in an otherwise awesome plugin ;)
If I use the inverted global command the very magic suffix is appended right after the :g! as soon as I type the !. This results in g!\v and not the correct g!/\v. The / is skipped and I need to go back and add it manually.
It's not that big of a deal because you can just use the :v-command which does the same thing and works correctly but I didn't want it to go unnoticed either. (Replicated on neovim 0.5, 0.6 and 0.7)