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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -19,6 +19,8 @@ when used in combination with more than one tab page.
19
19
20
20
{not able to use multiple tab pages when the | +windows | feature was disabled
21
21
at compile time}
22
+ {not able to use | tabpanel | feature when the | +tabpanel | feature was disabled
23
+ at compile time}
22
24
23
25
==============================================================================
24
26
1. Introduction *tab-page-intro*
@@ -438,15 +440,15 @@ side of the window. It looks like this:
438
440
<
439
441
To configure the tabpanel, use the following options: 'tabpanel' ,
440
442
'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 ' .
443
445
444
446
The "columns:" item of 'tabpanelopt' option specifies the width of the
445
447
tabpanel:
446
448
>
447
- +------ This width
448
- |
449
- <----+----->
449
+ +------ This width
450
+ |
451
+ <----+----->
450
452
+-----------+----------------------------------
451
453
|(1) |text text text text text text text
452
454
| ~/aaa.txt|text text text text text text text
@@ -464,9 +466,9 @@ The "vert" item of the 'tabpanelopt' option specifies whether a vertical
464
466
separator should be displayed between the tabpanel and the display part of the
465
467
window:
466
468
>
467
- +------ This is
468
- |
469
- v
469
+ +------ This is
470
+ |
471
+ v
470
472
+-----------+----------------------------------
471
473
|(1) |text text text text text text text
472
474
| ~/aaa.txt|text text text text text text text
0 commit comments