From: Christian Brabandt Date: Thu, 15 May 2025 18:16:04 +0000 (+0200) Subject: runtime(doc): fix typo in description of :redrawtabpanel X-Git-Tag: v9.1.1394~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba19b658998e5bfa9456fde00ae98759af6dde6d;p=thirdparty%2Fvim.git runtime(doc): fix typo in description of :redrawtabpanel Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 00b79f41fa..8416a17e71 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -1,4 +1,4 @@ -*various.txt* For Vim version 9.1. Last change: 2025 May 14 +*various.txt* For Vim version 9.1. Last change: 2025 May 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -37,7 +37,7 @@ CTRL-L Clear and redraw the screen. The redraw may happen automatic updating. *E1547* *:redrawtabp* *:redrawtabpanel* -:redrawtabp[anel] Redraw the tabline. Useful to update the tabpanel +:redrawtabp[anel] Redraw the tabpanel Useful to update the tabpanel when 'tabpanel' includes an item that doesn't trigger automatic updating.