-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Labels
area:parity/vimFeedback for Vim parity featuresFeedback for Vim parity featuresstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduceVerified steps to reproduce included and someone on the team managed to reproduce
Description
Summary
:g when paired with :norm only works on the last match
Description
Steps to reproduce:
- Enable Vim Mode
"vim_mode": true - Open a new empty file
:newor ctrl-w n - Write inside the file
foo
foo
- Run the command
:%g/foo/norm Abar(in the entire file on every occurence of foo, append bar to the end of the line)
Expected Behavior:
You should end up with
foobar
foobar
Actual Behavior:
You end up with
foo
foobar
Even though :%g should match in the entire file
Zed Version and System Specs
Zed: v0.199.6 (Zed)
OS: Linux Wayland nixos 25.11
Memory: 15.5 GiB
Architecture: x86_64
GPU: AMD Radeon RX 6650 XT (RADV NAVI23) || radv || Mesa 25.2.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:parity/vimFeedback for Vim parity featuresFeedback for Vim parity featuresstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduceVerified steps to reproduce included and someone on the team managed to reproduce