mirror of
https://github.com/neovim/neovim.git
synced 2026-03-15 05:17:23 +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