runtime(optwin): fix tabpanel typo in optwin Commit: https://github.com/vim/vim/commit/234c728c538cd25784108d04c68917d252c18769 Author: Christian Brabandt <c...@256bit.org> Date: Mon Jun 16 20:22:30 2025 +0200
runtime(optwin): fix tabpanel typo in optwin related: https://github.com/vim/vim/issues/17555 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 2f17839b6..1aabf6919 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -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 <b...@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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uREaq-002WLO-NU%40256bit.org.