Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Global command implementation

Open martchellop opened this issue 3 months ago • 1 comments

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.

martchellop avatar Sep 27 '25 22:09 martchellop

I see this also implements the :v command. I've always missed that one.

benatagirre avatar Oct 27 '25 11:10 benatagirre