aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2023-04-01 03:11:56 +0200
committerLuuk van Baal <luukvbaal@gmail.com>2023-04-02 15:24:55 +0200
commitc8a28b847e2b814b44fe77b46f7f4564ab59f0ac (patch)
tree2200f8f4cfd76ee26da70f5dcae840aa6ac90577 /runtime
parent3a4db8154ff043f044ab18d5fced42bffb1002fd (diff)
downloadrneovim-c8a28b847e2b814b44fe77b46f7f4564ab59f0ac.tar.gz
rneovim-c8a28b847e2b814b44fe77b46f7f4564ab59f0ac.tar.bz2
rneovim-c8a28b847e2b814b44fe77b46f7f4564ab59f0ac.zip
fix(ui): ruler is not redrawn in cmdline with redrawstatus
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/various.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 8244ae4230..7b0e724e31 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -32,7 +32,8 @@ CTRL-L Clears and redraws the screen. The redraw may happen
*:redraws* *:redrawstatus*
:redraws[tatus][!] Redraws the status line and window bar of the current
window, or all status lines and window bars if "!" is
- included. Useful if 'statusline' or 'winbar' includes
+ included. Redraws the commandline instead if it contains
+ the 'ruler'. Useful if 'statusline' or 'winbar' includes
an item that doesn't cause automatic updating.
*:redrawt* *:redrawtabline*