Skip to content

Commit 7599a18

Browse files
committed
runtime(doc): Mark the use of "\n" in the tabpanel as experimental
related: #19123 Signed-off-by: Christian Brabandt <[email protected]>
1 parent 663d809 commit 7599a18

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

runtime/doc/options.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2026 Jan 11
1+
*options.txt* For Vim version 9.1. Last change: 2026 Jan 28
22

33

44
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|.
87488748

87498749
You can use |g:actual_curtabpage| within a function assigned to
87508750
tabpanel. |g:actual_curtabpage| represents current tab's label number.
8751-
The option value can contain line breaks: >
8751+
The option value can contain "\n" to force line breaks: >
87528752
87538753
set tabpanel=%!TabPanel()
87548754
function! TabPanel() abort
@@ -8766,6 +8766,9 @@ A jump table for the options with a short description can be found at |Q_op|.
87668766
| |
87678767
| |
87688768
<
8769+
Note: using "\n" is considered experimental and may change in the
8770+
future; a %-atom may be used instead.
8771+
87698772
*'tabpanelopt'* *'tplo'*
87708773
'tabpanelopt' 'tplo' string (default "")
87718774
global

0 commit comments

Comments
 (0)