comparison 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
comparison
equal deleted inserted replaced
19242:f292c70e6118 19243:e053bf71b998
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 180,
745 /**/ 747 /**/
746 179, 748 179,
747 /**/ 749 /**/
748 178, 750 178,
749 /**/ 751 /**/