Vim
Vim copied to clipboard
Global command implementation
What this PR does / why we need it:
This PR implements the :g[lobal]/[pattern]/[command] feature
Which issue(s) this PR fixes
https://github.com/VSCodeVim/Vim/issues/3010
Special notes for your reviewer:
This is my first time in this code base and I used Kiro. All the tests are passing, but review it carefully.
I see this also implements the :v command. I've always missed that one.