commit | 78d21dae9c3a39efb30316d3e38dce120bc1abbd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 15:00:52 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 15:00:52 2019 +0100 |
tree | 5357adccfdb180cd25ea87b895bd067aa89c2ef5 | |
parent | 3678f65d43d10b36dc62738aab2f341fa1e18a32 [diff] [blame] |
patch 8.1.0940: MS-Windows console resizing not handled properly Problem: MS-Windows console resizing not handled properly. Solution: Handle resizing the console better. (Nobuhiro Takasaki, closes #3968, closes #3611)
diff --git a/src/version.c b/src/version.c index 06500bd..e042578 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 940, +/**/ 939, /**/ 938,