runtime(doc): Mark the use of "
" in the tabpanel as experimental
Commit:
https://github.com/vim/vim/commit/7599a1899750b42273747cf97c5a4d3719079b19
Author: Christian Brabandt <
c...@256bit.org>
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 <
c...@256bit.org>
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