diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-04-03 16:02:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 16:02:44 +0200 |
commit | f34b849a22044874d8be0afe7fd455e45246740e (patch) | |
tree | a4c3a070824f47731c47a22142a0d8a89ce200a9 /runtime | |
parent | bc96bda5a2d69d995f193297fd25ec4ef7c1b97e (diff) | |
parent | c8a28b847e2b814b44fe77b46f7f4564ab59f0ac (diff) | |
download | rneovim-f34b849a22044874d8be0afe7fd455e45246740e.tar.gz rneovim-f34b849a22044874d8be0afe7fd455e45246740e.tar.bz2 rneovim-f34b849a22044874d8be0afe7fd455e45246740e.zip |
Merge pull request #22847 from luukvbaal/redrstatus
fix(ui): ruler is not redrawn in cmdline with redrawstatus
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/various.txt | 3 |
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* |