summaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-08 22:02:56 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-08 22:02:56 +0100
commite12bab3144af8943937bd0ff4bc57f04e53037b3 (patch)
tree4eab96cbe0a9f126f971d85dce929537371109e2 /runtime/doc/options.txt
parent6d4470b0e9aac76ae43be27a28447ea29767d77f (diff)
downloadvim-git-e12bab3144af8943937bd0ff4bc57f04e53037b3.tar.gz
patch 8.1.0706: tabline is not always redrawnv8.1.0706
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.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 60f01de33..008926f63 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -7758,6 +7758,9 @@ A jump table for the options with a short description can be found at |Q_op|.
the text to be displayed. Use "%1T" for the first label, "%2T" for
the second one, etc. Use "%X" items for closing labels.
+ When changing something that is used in 'tabline' that does not
+ trigger it to be updated, use |:redrawtabline|.
+
Keep in mind that only one of the tab pages is the current one, others
are invisible and you can't jump to their windows.