commit | 4f8fa1633cdfbd09a41160c8480fe67c198067e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 19:00:05 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 19:00:05 2015 +0100 |
tree | 8dba743f40ae9754db879315d24fd4737a347b31 | |
parent | a0ed84a26897c994512873a895b9fc54e90c6845 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5633841..20e0e9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 926, +/**/ 925, /**/ 924,