commit | c9f5f73206272ccad0aa536854debc5f9781978a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 11:39:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 11:39:06 2022 +0100 |
tree | 2d1976965b9052140b4ad929e3f0227721c9c862 | |
parent | db77cb3c08784e6038dd029271b2080c1b2d9acb [diff] [blame] |
patch 9.0.0670: no space for command line when there is a tabline Problem: No space for command line when there is a tabline. Solution: Correct computation of where the command line should be. (closes #11295)
diff --git a/src/version.c b/src/version.c index fa22ae5..a52b707 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 670, +/**/ 669, /**/ 668,