1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-02-12 23:12:37 +01:00
parent 5567ad48b6
commit e1ed53f3f9
2 changed files with 3 additions and 16 deletions

View File

@@ -783,6 +783,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
906,
/**/
905,
/**/