commit | 479950f6c9aee4806f28a2b2fe5471e18a034cff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 19 15:45:17 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 19 15:45:17 2020 +0100 |
tree | 6b535f41e4ae3870326ca8d491fdf2edad30aacd | |
parent | 904edabb64422467bf79f48f3a6305e0eddeea94 [diff] [blame] |
patch 8.2.0131: command line is not cleared when switching tabs Problem: Command line is not cleared when switching tabs and the command line height differs. Solution: Set the "clear_cmdline" flag when needed. (Naruhiko Nishino, closes #5495)
diff --git a/src/version.c b/src/version.c index 5723465..2d54398 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 131, +/**/ 130, /**/ 129,