commit | d0e2d94589d11cad514d1d66ade76d497e9d7567 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 19 18:31:49 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 19 18:31:49 2013 +0100 |
tree | 158439512a9e8af7f411f006d12a22335dadaee0 | |
parent | c2c355df6f094cdb9e599fd395a78c14486ec697 [diff] [blame] |
updated for version 7.3.874 Problem: Comparing file names does not handle multi-byte characters properly. Solution: Implement multi-byte handling.
diff --git a/src/version.c b/src/version.c index 82eca72..d7e0755 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 874, +/**/ 873, /**/ 872,