]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.926 v7.4.926
authorBram Moolenaar <Bram@vim.org>
Thu, 19 Nov 2015 18:00:05 +0000 (19:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 19 Nov 2015 18:00:05 +0000 (19:00 +0100)
commit4f8fa1633cdfbd09a41160c8480fe67c198067e9
tree8dba743f40ae9754db879315d24fd4737a347b31
parenta0ed84a26897c994512873a895b9fc54e90c6845
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)
src/ex_getln.c
src/testdir/test_utf8.in
src/testdir/test_utf8.ok
src/version.c