comparison src/version.c @ 15798:028c9fdb8469 v8.1.0906

patch 8.1.0906: using clumsy way to get console window handle commit https://github.com/vim/vim/commit/e1ed53f3f95786c744d4b6c85bda4f476f67cc91 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 12 23:12:37 2019 +0100 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 https://github.com/vim/vim/issues/3940)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Feb 2019 23:15:07 +0100
parents 481452f6687c
children 483fda269100
comparison
equal deleted inserted replaced
15797:1aa273169f87 15798:028c9fdb8469
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 906,
786 /**/ 788 /**/
787 905, 789 905,
788 /**/ 790 /**/
789 904, 791 904,
790 /**/ 792 /**/