commit | d0fb907253a5c5a71b1f231f3ddec24098fb4e21 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 11:57:22 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 11:57:22 2021 +0000 |
tree | 5957d69d481db90e71e7e97c0c7a9497cc65072b | |
parent | e50507126f532a0b0ae65e201a6372b7ea5b0ccd [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a14f9a7..06b9183 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3764, +/**/ 3763, /**/ 3762,