mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00

Problem: Internal error when using \ze before \zs in a pattern.
Solution: Check the end is never before the start. (closes vim/vim#7442)
a7a691cc14