diff src/version.c @ 12491:7ab796b041bd v8.0.1125

patch 8.0.1125: wrong window height when splitting window with window toolbar commit https://github.com/vim/vim/commit/d326ad6e93604222c64bae51f47521fe9114d1ea Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 18 20:31:41 2017 +0200 patch 8.0.1125: wrong window height when splitting window with window toolbar Problem: Wrong window height when splitting window with window toolbar. Solution: Add or subtract the window toolbar height.
author Christian Brabandt <cb@256bit.org>
date Mon, 18 Sep 2017 20:45:04 +0200
parents 7e6cb73e5ce0
children d83815e9ae47
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1125,
+/**/
     1124,
 /**/
     1123,