File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments