From: Christian Brabandt Date: Mon, 16 Jun 2025 18:22:30 +0000 (+0200) Subject: runtime(optwin): fix tabpanel typo in optwin X-Git-Tag: v9.1.1465~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=234c728c538cd25784108d04c68917d252c18769;p=thirdparty%2Fvim.git runtime(optwin): fix tabpanel typo in optwin related: #17555 Signed-off-by: Christian Brabandt --- diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 2f17839b62..1aabf6919a 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -1,7 +1,7 @@ " These commands create the option window. " " Maintainer: The Vim Project -" Last Change: 2025 May 14 +" Last Change: 2025 Jun 16 " Former Maintainer: Bram Moolenaar " If there already is an option window, jump to that one. @@ -1455,7 +1455,7 @@ if exists("&mzschemedll") call OptionG("mzschemegcdll", &mzschemegcdll) endif if has("tabpanel") - call AddOption("showtabpanel", gettext("0, 1 or 2; when to use a tab pages in tabpanel")) + call AddOption("showtabpanel", gettext("0, 1 or 2; when to use the tabpanel")) call AddOption("tabpanel", gettext("custom tab pages in tabpanel")) call AddOption("tabpanelopt", gettext("options for using tabpanel")) endif