commit | b711814cb64b60ec4918e3e1fb2ca5c50d6e9340 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 13:40:08 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 13:40:08 2021 +0000 |
tree | b1465d0aa9b2013b40b08485628536f9f9dc23a1 | |
parent | 8a7374f8c4eb4c016270ad908a43af4ddedcbf56 [diff] [blame] |
patch 8.2.3774: test for command line height fails Problem: Test for command line height fails. Solution: Use another way to handle window size change.
diff --git a/src/version.c b/src/version.c index 43be175..79abb50 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3774, +/**/ 3773, /**/ 3772,