commit | f6470c288cb6f8efd60a507baf2c070f9d209ae6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 16:31:40 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 16:31:40 2015 +0200 |
tree | 9cce4dad7812c2537f5a613abd547de61c655ee8 | |
parent | 7e47d1ac6a9ae0e5a7167aa34ff651a9c39c1641 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3e46e0f..1301f2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 835, +/**/ 834, /**/ 833,