runtime(doc): Mark the use of " " in the tabpanel as experimental
Commit: https://github.com/vim/vim/commit/7599a1899750b42273747cf97c5a4d3719079b19 Author: Christian Brabandt <[email protected]> Date: Wed Jan 28 22:18:21 2026 +0000 runtime(doc): Mark the use of " " in the tabpanel as experimental related: https://github.com/vim/vim/issues/19123 Signed-off-by: Christian Brabandt <[email protected]> diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 1dfb8d6f8..fb94aec4d 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.1. Last change: 2026 Jan 11 +*options.txt* For Vim version 9.1. Last change: 2026 Jan 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -8748,7 +8748,7 @@ A jump table for the options with a short description can be found at |Q_op|. You can use |g:actual_curtabpage| within a function assigned to tabpanel. |g:actual_curtabpage| represents current tab's label number. - The option value can contain line breaks: > + The option value can contain " " to force line breaks: > set tabpanel=%!TabPanel() function! TabPanel() abort @@ -8766,6 +8766,9 @@ A jump table for the options with a short description can be found at |Q_op|. | | | | < + Note: using " " is considered experimental and may change in the + future; a %-atom may be used instead. + *'tabpanelopt'* *'tplo'* 'tabpanelopt' 'tplo' string (default "") global -- -- 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/E1vlE31-001Bdm-DS%40256bit.org.
