mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00

Problem: Ctrl-G/Ctrl-T does not ignore the end search delimiter (irisjae) Solution: Check if the pattern ends with a search delimiter and ignore it, unless it is part of the pattern. fixes: vim/vim#17895 closes: vim/vim#17933c03990d30f
Co-authored-by: Christian Brabandt <cb@256bit.org> (cherry picked from commit1eca030fb2
)