diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-03-19 18:31:49 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-03-19 18:31:49 +0100 |
commit | d0e2d94589d11cad514d1d66ade76d497e9d7567 (patch) | |
tree | 158439512a9e8af7f411f006d12a22335dadaee0 /src/version.c | |
parent | c2c355df6f094cdb9e599fd395a78c14486ec697 (diff) | |
download | vim-git-d0e2d94589d11cad514d1d66ade76d497e9d7567.tar.gz |
updated for version 7.3.874v7.3.874
Problem: Comparing file names does not handle multi-byte characters
properly.
Solution: Implement multi-byte handling.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 82eca7282..d7e07550d 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 874, +/**/ 873, /**/ 872, |