]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.835 v7.4.835
authorBram Moolenaar <Bram@vim.org>
Tue, 25 Aug 2015 14:31:40 +0000 (16:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 25 Aug 2015 14:31:40 +0000 (16:31 +0200)
commitf6470c288cb6f8efd60a507baf2c070f9d209ae6
tree9cce4dad7812c2537f5a613abd547de61c655ee8
parent7e47d1ac6a9ae0e5a7167aa34ff651a9c39c1641
patch 7.4.835
Problem:    Comparing utf-8 sequences does not handle different byte sizes
            correctly.
Solution:   Get the byte size of each character. (Dominique Pelle)
src/misc2.c
src/version.c