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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user