comparison runtime/doc/options.txt @ 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 97b40b4c6911
children bc17a9d37810
comparison
equal deleted inserted replaced
15395:989d5000e18e 15396:325e4a8ba1b6
7756 The value is evaluated like with 'statusline'. You can use 7756 The value is evaluated like with 'statusline'. You can use
7757 |tabpagenr()|, |tabpagewinnr()| and |tabpagebuflist()| to figure out 7757 |tabpagenr()|, |tabpagewinnr()| and |tabpagebuflist()| to figure out
7758 the text to be displayed. Use "%1T" for the first label, "%2T" for 7758 the text to be displayed. Use "%1T" for the first label, "%2T" for
7759 the second one, etc. Use "%X" items for closing labels. 7759 the second one, etc. Use "%X" items for closing labels.
7760 7760
7761 When changing something that is used in 'tabline' that does not
7762 trigger it to be updated, use |:redrawtabline|.
7763
7761 Keep in mind that only one of the tab pages is the current one, others 7764 Keep in mind that only one of the tab pages is the current one, others
7762 are invisible and you can't jump to their windows. 7765 are invisible and you can't jump to their windows.
7763 7766
7764 7767
7765 *'tabpagemax'* *'tpm'* 7768 *'tabpagemax'* *'tpm'*