commit | 0ffbbf9ea871dd64c2be933d6718f0b34fe960c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 23:29:26 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 23:29:26 2013 +0100 |
tree | cc8d2df9e03eca6b8a9c20f4c6f821c4f32525b2 | |
parent | 4cc95d1495706593d30ce2fae3fc592a2ffdaab8 [diff] [blame] |
updated for version 7.4.057 Problem: byteidx() does not work for composing characters. Solution: Add byteidxcomp().
diff --git a/src/version.c b/src/version.c index c682508..d76370f 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 57, +/**/ 56, /**/ 55,