Vim's gn does not like multiline patters with \zs

by gagbo
GNU/Linux ◆ xterm-kitty ◆ zsh 146 views

Appending \ze to the pattern does not change the behaviour

gn extends from the start of the next match to the end of the second instead of just selecting the first match.