]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typo in description of :redrawtabpanel
authorChristian Brabandt <cb@256bit.org>
Thu, 15 May 2025 18:16:04 +0000 (20:16 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 15 May 2025 18:16:04 +0000 (20:16 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/various.txt

index 00b79f41faeb7dbb2b11f6ba048bd684022869a2..8416a17e7123b50b3cb2d701a7f29f88ce079600 100644 (file)
@@ -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.