comparison src/version.c @ 26468:2fc13817b100 v8.2.3764

patch 8.2.3764: cannot see any text when window was made zero lines Commit: https://github.com/vim/vim/commit/d0fb907253a5c5a71b1f231f3ddec24098fb4e21 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 9 11:57:22 2021 +0000 patch 8.2.3764: cannot see any text when window was made zero lines Problem: Cannot see any text when window was made zero lines or zero columns. Solution: Ensure there is at least one line and column. (fixes #9307)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Dec 2021 13:00:06 +0100
parents d413104a94c8
children ff0310e6f889
comparison
equal deleted inserted replaced
26467:25348fc7dfb6 26468:2fc13817b100
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 3764,
756 /**/ 758 /**/
757 3763, 759 3763,
758 /**/ 760 /**/
759 3762, 761 3762,
760 /**/ 762 /**/