diff options
author | watiko <service@mail.watiko.net> | 2016-02-15 23:43:27 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-16 00:15:52 +0900 |
commit | 36803323253e336e0d4a6efaa61c8b647ef78eba (patch) | |
tree | 3edc1f8364908c19a19282dc135333e25d2edac8 /src/nvim/version.c | |
parent | 7609a96a35224be3d7f3ba77691f9115e0281b4e (diff) | |
download | rneovim-36803323253e336e0d4a6efaa61c8b647ef78eba.tar.gz rneovim-36803323253e336e0d4a6efaa61c8b647ef78eba.tar.bz2 rneovim-36803323253e336e0d4a6efaa61c8b647ef78eba.zip |
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)
https://github.com/vim/vim/commit/4f8fa1633cdfbd09a41160c8480fe67c198067e9
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 4de63ebb10..8268465743 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -362,7 +362,7 @@ static int included_patches[] = { 929, // 928 NA // 927 NA - // 926, + 926, // 925, // 924 NA // 923 NA |