comparison src/ex_cmds.h @ 15396:325e4a8ba1b6 v8.1.0706

patch 8.1.0706: tabline is not always redrawn commit https://github.com/vim/vim/commit/e12bab3144af8943937bd0ff4bc57f04e53037b3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 8 22:02:56 2019 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Jan 2019 22:15:05 +0100
parents 1ef429366fd4
children 55ccc2d353bd
comparison
equal deleted inserted replaced
15395:989d5000e18e 15396:325e4a8ba1b6
1173 BANG|TRLBAR|CMDWIN, 1173 BANG|TRLBAR|CMDWIN,
1174 ADDR_LINES), 1174 ADDR_LINES),
1175 EX(CMD_redrawstatus, "redrawstatus", ex_redrawstatus, 1175 EX(CMD_redrawstatus, "redrawstatus", ex_redrawstatus,
1176 BANG|TRLBAR|CMDWIN, 1176 BANG|TRLBAR|CMDWIN,
1177 ADDR_LINES), 1177 ADDR_LINES),
1178 EX(CMD_redrawtabline, "redrawtabline", ex_redrawtabline,
1179 TRLBAR|CMDWIN,
1180 ADDR_LINES),
1178 EX(CMD_registers, "registers", ex_display, 1181 EX(CMD_registers, "registers", ex_display,
1179 EXTRA|NOTRLCOM|TRLBAR|CMDWIN, 1182 EXTRA|NOTRLCOM|TRLBAR|CMDWIN,
1180 ADDR_LINES), 1183 ADDR_LINES),
1181 EX(CMD_resize, "resize", ex_resize, 1184 EX(CMD_resize, "resize", ex_resize,
1182 RANGE|NOTADR|TRLBAR|WORD1|CMDWIN, 1185 RANGE|NOTADR|TRLBAR|WORD1|CMDWIN,