commit | 1ec4dd41de276260cd1d934b8033804f2d2f0435 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 20 19:39:35 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 20 19:39:35 2015 +0100 |
tree | 1a7be58d3799204cf3a9d249c415f84e17e5d692 | |
parent | 4bde00c59575f7547ab59946aea527c5be067662 [diff] [blame] |
updated for version 7.4.589 Problem: In the MS-Windows console Vim can't handle greek characters when encoding is utf-8. Solution: Escape K_NUL. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 2f08c24..4e78e7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 589, +/**/ 588, /**/ 587,