comparison runtime/doc/various.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 8b334e4cb97f
children b55b89692fd2
comparison
equal deleted inserted replaced
15395:989d5000e18e 15396:325e4a8ba1b6
1 *various.txt* For Vim version 8.1. Last change: 2018 Dec 13 1 *various.txt* For Vim version 8.1. Last change: 2019 Jan 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
27 :redraws[tatus][!] Redraw the status line of the current window. When ! 27 :redraws[tatus][!] Redraw the status line of the current window. When !
28 is included all status lines are redrawn. 28 is included all status lines are redrawn.
29 Useful to update the status line(s) when 'statusline' 29 Useful to update the status line(s) when 'statusline'
30 includes an item that doesn't cause automatic 30 includes an item that doesn't cause automatic
31 updating. 31 updating.
32
33 *:redrawt* *:redrawtabline*
34 :redrawt[abline] Redraw the tabline. Useful to update the tabline when
35 'tabline' includes an item that doesn't trigger
36 automatic updating.
32 37
33 *N<Del>* 38 *N<Del>*
34 <Del> When entering a number: Remove the last digit. 39 <Del> When entering a number: Remove the last digit.
35 Note: if you like to use <BS> for this, add this 40 Note: if you like to use <BS> for this, add this
36 mapping to your .vimrc: > 41 mapping to your .vimrc: >