1- *tabpage.txt* For Vim version 9.1. Last change: 2025 Jun 07
1+ *tabpage.txt* For Vim version 9.1. Last change: 2025 Jul 01
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -19,6 +19,8 @@ when used in combination with more than one tab page.
1919
2020{not able to use multiple tab pages when the | +windows | feature was disabled
2121at compile time}
22+ {not able to use | tabpanel | feature when the | +tabpanel | feature was disabled
23+ at compile time}
2224
2325==============================================================================
24261. Introduction *tab-page-intro*
@@ -438,15 +440,15 @@ side of the window. It looks like this:
438440<
439441To configure the tabpanel, use the following options: 'tabpanel' ,
440442'showtabpanel' and 'tabpanelopt' .
441- The 'tabpanel' and 'showtabpanel' options function similar to
442- 'statusline' or 'tabline ' .
443+ The 'tabpanel' option functions similar to 'statusline' or 'tabline' , and the
444+ 'showtabpanel' option functions similar to 'laststatus' or 'showtabline ' .
443445
444446The "columns:" item of 'tabpanelopt' option specifies the width of the
445447tabpanel:
446448>
447- +------ This width
448- |
449- <----+----->
449+ +------ This width
450+ |
451+ <----+----->
450452 +-----------+----------------------------------
451453 |(1) |text text text text text text text
452454 | ~/aaa.txt|text text text text text text text
@@ -464,9 +466,9 @@ The "vert" item of the 'tabpanelopt' option specifies whether a vertical
464466separator should be displayed between the tabpanel and the display part of the
465467window:
466468>
467- +------ This is
468- |
469- v
469+ +------ This is
470+ |
471+ v
470472 +-----------+----------------------------------
471473 |(1) |text text text text text text text
472474 | ~/aaa.txt|text text text text text text text
0 commit comments