runtime(optwin): add missing values for tabpanel option
Commit:
https://github.com/vim/vim/commit/d6a5edd6136438d594c535f1ad6635768640331a
Author: RestorerZ <[email protected]>
Date: Sun Jul 6 20:17:36 2025 +0200
runtime(optwin): add missing values for tabpanel option
closes: https://github.com/vim/vim/issues/17685
Signed-off-by: RestorerZ <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index 91974570e..0158f9775 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 Jul 02
+" Last Change: 2025 Jul 05
" Former Maintainer: Bram Moolenaar <[email protected]>
" If there already is an option window, jump to that one.
@@ -1472,8 +1472,11 @@ if exists("&mzschemedll")
endif
if has("tabpanel")
call <SID>AddOption("showtabpanel", gettext("0, 1 or 2; when to use the
tabpanel"))
+ call <SID>OptionG("showtabpanel", &showtabpanel)
call <SID>AddOption("tabpanel", gettext("custom tab pages in tabpanel"))
+ call <SID>OptionG("tabpanel", &tabpanel)
call <SID>AddOption("tabpanelopt", gettext("options for using tabpanel"))
+ call <SID>OptionG("tabpanelopt", &tabpanelopt)
endif
set cpo&vim
--
--
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 [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1uYU7n-007AoT-N6%40256bit.org.