diff src/version.c @ 13837:79419af4b29c v8.0.1790

patch 8.0.1790: 'winfixwidth' is not always respected by :close commit https://github.com/vim/vim/commit/c136af29c0b1939076fbae7d36afd90dce740315 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 4 20:15:38 2018 +0200 patch 8.0.1790: 'winfixwidth' is not always respected by :close Problem: 'winfixwidth' is not always respected by :close. Solution: Prefer a frame without 'winfixwidth' or 'winfixheight'. (Jason Franklin)
author Christian Brabandt <cb@256bit.org>
date Fri, 04 May 2018 20:30:06 +0200
parents 8e583c52eb44
children ca8953d36264
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 */
 /**/
+    1790,
+/**/
     1789,
 /**/
     1788,