mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:7.4.685
Problem: When there are illegal utf-8 characters the old regexp engine may
go past the end of a string.
Solution: Only advance to the end of the string. (Dominique Pelle)
0e462411ca
This commit is contained in:
@@ -439,7 +439,7 @@ static int included_patches[] = {
|
||||
// 688,
|
||||
// 687 NA
|
||||
686,
|
||||
// 685,
|
||||
685,
|
||||
// 684,
|
||||
// 683 NA
|
||||
682,
|
||||
|
Reference in New Issue
Block a user