diff src/version.c @ 19243:e053bf71b998 v8.2.0180

patch 8.2.0180: test for wrapmargin fails if terminal is not 80 columns Commit: https://github.com/vim/vim/commit/0c3064b39b4cd4f22fe1eab5438fe691d7cc80d1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 30 16:09:25 2020 +0100 patch 8.2.0180: test for wrapmargin fails if terminal is not 80 columns Problem: Test for wrapmargin fails if terminal is not 80 columns. Solution: Vertical split the window. (Ken Takata, closes https://github.com/vim/vim/issues/5554)
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 Jan 2020 16:15:04 +0100
parents c53dbbf3229b
children 5ed8297121fa
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    180,
+/**/
     179,
 /**/
     178,