mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:7.4.926
Problem: Completing the longest match doesn't work properly with multi-byte
characters.
Solution: When using multi-byte characters use another way to find the
longest match. (Hirohito Higashi)
4f8fa1633c
This commit is contained in:
@@ -362,7 +362,7 @@ static int included_patches[] = {
|
||||
929,
|
||||
// 928 NA
|
||||
// 927 NA
|
||||
// 926,
|
||||
926,
|
||||
// 925,
|
||||
// 924 NA
|
||||
// 923 NA
|
||||
|
Reference in New Issue
Block a user