mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 21:55:36 +10:00
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.
e12bab3144