diff src/version.c @ 14473:2771a99db70c v8.1.0250

patch 8.1.0250: MS-Windows using VTP: windows size change incorrect commit https://github.com/vim/vim/commit/b1cf16113f7ab67f42fb6822cecdef74a54fa950 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 20:47:16 2018 +0200 patch 8.1.0250: MS-Windows using VTP: windows size change incorrect Problem: MS-Windows using VTP: windows size change incorrect. Solution: Call SetConsoleScreenBufferSize() first. (Nobuhiro Takasaki, closes #3164)
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 21:00:05 +0200
parents 2f6f886d9a87
children dddba3937532
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    250,
+/**/
     249,
 /**/
     248,