commit | 6791adca53981666f0cf23e264e102b795224044 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Jul 26 20:42:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 20:42:25 2022 +0100 |
tree | 1aafabe817adbd4735d0ea012c68b0157b97d010 | |
parent | 1f0dc5e84f5cc530c0fb9d0789e3d42d644429d7 [diff] [blame] |
patch 9.0.0086: tabline is not redrawn when entering command line Problem: Tabline is not redrawn when entering command line. Solution: Set "redraw_tabline". (closes #10771)
diff --git a/src/version.c b/src/version.c index a0caf3e..ead1e15 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 86, +/**/ 85, /**/ 84,