mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:7.4.771
Problem: Search does not handle multi-byte character at the start position
correctly.
Solution: Take byte size of character into account. (Yukihiro Nakadaira)
5f1e68b7bc
This commit is contained in:
@@ -363,7 +363,7 @@ static int included_patches[] = {
|
||||
774,
|
||||
773,
|
||||
// 772 NA
|
||||
// 771,
|
||||
771,
|
||||
// 770 NA
|
||||
// 769,
|
||||
// 768,
|
||||
|
Reference in New Issue
Block a user