mirror of
https://github.com/neovim/neovim.git
synced 2026-08-17 21:02:27 +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