commit | 55f1b822d8516a5afa42c9e5ac980f2395c70ad0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 21 13:42:48 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 21 13:42:48 2023 +0100 |
tree | a9e573b1a937b739bfd9fcc66760a5a8c13a4d90 | |
parent | 7f29122c8ce2ca224d21abbaeb35e38bc354d95d [diff] [blame] |
patch 9.0.1641: the log file does not give information about window sizes Problem: The log file does not give information about window sizes. Solution: Add a few log messages about obtaining the window size.
diff --git a/src/version.c b/src/version.c index a0f39f8..08762fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1641, +/**/ 1640, /**/ 1639,