]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(optwin): fix tabpanel typo in optwin
authorChristian Brabandt <cb@256bit.org>
Mon, 16 Jun 2025 18:22:30 +0000 (20:22 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 16 Jun 2025 18:22:30 +0000 (20:22 +0200)
related: #17555

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/optwin.vim

index 2f17839b6279aa5342f6e4fb926a717445a1db71..1aabf6919ab1291d17e056199deedd1422741b04 100644 (file)
@@ -1,7 +1,7 @@
 " These commands create the option window.
 "
 " Maintainer:  The Vim Project <https://github.com/vim/vim>
-" Last Change: 2025 May 14
+" Last Change: 2025 Jun 16
 " Former Maintainer:   Bram Moolenaar <Bram@vim.org>
 
 " If there already is an option window, jump to that one.
@@ -1455,7 +1455,7 @@ if exists("&mzschemedll")
   call <SID>OptionG("mzschemegcdll", &mzschemegcdll)
 endif
 if has("tabpanel")
-  call <SID>AddOption("showtabpanel", gettext("0, 1 or 2; when to use a tab pages in tabpanel"))
+  call <SID>AddOption("showtabpanel", gettext("0, 1 or 2; when to use the tabpanel"))
   call <SID>AddOption("tabpanel", gettext("custom tab pages in tabpanel"))
   call <SID>AddOption("tabpanelopt", gettext("options for using tabpanel"))
 endif