0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.1.0706: tabline is not always redrawn

Problem:    Tabline is not always redrawn when something that is used in
            'tabline' changes.
Solution:   Add ":redrawtabline" so that a plugin can at least cause the
            redraw when needed.
This commit is contained in:
Bram Moolenaar
2019-01-08 22:02:56 +01:00
parent 6d4470b0e9
commit e12bab3144
9 changed files with 77 additions and 21 deletions

View File

@@ -1175,6 +1175,9 @@ EX(CMD_redraw, "redraw", ex_redraw,
EX(CMD_redrawstatus, "redrawstatus", ex_redrawstatus,
BANG|TRLBAR|CMDWIN,
ADDR_LINES),
EX(CMD_redrawtabline, "redrawtabline", ex_redrawtabline,
TRLBAR|CMDWIN,
ADDR_LINES),
EX(CMD_registers, "registers", ex_display,
EXTRA|NOTRLCOM|TRLBAR|CMDWIN,
ADDR_LINES),