mirror of
https://github.com/neovim/neovim.git
synced 2025-12-23 06:39:09 +00:00
Problem: Illegal memory access when pattern starts with illegal byte.
Solution: Do not match a character with an illegal byte.
f50940531d
Co-authored-by: Bram Moolenaar <Bram@vim.org>