commit | 2d54ec92d42a659aca4ec9e16521cd32767a7faa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 12 19:44:48 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 12 19:44:48 2014 +0200 |
tree | b09a262c119b3793e56d6e73303358acac12c8e4 | |
parent | 8e7048ca4b699bbdb8452c0f8c642bfd66cc7bf4 [diff] [blame] |
updated for version 7.4.324 Problem: In Ex mode, cyrillic characters are not handled. (Stas Malavin) Solution: Support multi-byte characters in Ex mode. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 93046dd..15db5ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 324, +/**/ 323, /**/ 322,