commit | 1df52d798faf507fc0c340fdb19f98d435593f0e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 15 22:50:10 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 15 22:50:10 2014 +0200 |
tree | 540a08e75fb22e1d21a3701da0219fb24787c978 | |
parent | 1c85210d6d0e426b6eb68972f12252804d509dd8 [diff] [blame] |
updated for version 7.4.479 Problem: MS-Windows: The console title can be wrong. Solution: Take the encoding into account. When restoring the title use the right function. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index fed16aa..3388faf 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 479, +/**/ 478, /**/ 477,