From: Christian Brabandt Date: Wed, 28 Jan 2026 22:18:21 +0000 (+0000) Subject: runtime(doc): Mark the use of "\n" in the tabpanel as experimental X-Git-Tag: v9.1.2113~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7599a1899750b42273747cf97c5a4d3719079b19;p=thirdparty%2Fvim.git runtime(doc): Mark the use of "\n" in the tabpanel as experimental related: #19123 Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 1dfb8d6f8f..fb94aec4da 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 "\n" 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 "\n" is considered experimental and may change in the + future; a %-atom may be used instead. + *'tabpanelopt'* *'tplo'* 'tabpanelopt' 'tplo' string (default "") global