commit | e1ed53f3f95786c744d4b6c85bda4f476f67cc91 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 12 23:12:37 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 12 23:12:37 2019 +0100 |
tree | 69adcb409033517250d8604f5bc21c1b5ea73aca | |
parent | 5567ad48b66dff13670af52a48509059acc34dfe [diff] [blame] |
patch 8.1.0906: using clumsy way to get console window handle Problem: Using clumsy way to get console window handle. Solution: Use GetConsoleWindow(). (Ken Takata, closes #3940)
diff --git a/src/version.c b/src/version.c index f28d69d..3a71b93 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 906, +/**/ 905, /**/ 904,