1
- *tabpage.txt* For Vim version 9.1. Last change: 2025 May 30
1
+ *tabpage.txt* For Vim version 9.1. Last change: 2025 Jun 07
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -441,7 +441,8 @@ To configure the tabpanel, use the following options: 'tabpanel',
441
441
The 'tabpanel' and 'showtabpanel' options function similar to
442
442
'statusline' or 'tabline' .
443
443
444
- The "columns:" of 'tabpanelopt' option specifies the width of the tabpanel:
444
+ The "columns:" item of 'tabpanelopt' option specifies the width of the
445
+ tabpanel:
445
446
>
446
447
+------ This width
447
448
|
@@ -451,26 +452,17 @@ The "columns:" of 'tabpanelopt' option specifies the width of the tabpanel:
451
452
| ~/aaa.txt|text text text text text text text
452
453
|(2) |text text text text text text text
453
454
<
454
- The "align:" of 'tabpanelopt' option determines whether the tabpanel is
455
- displayed on the right side of the window:
455
+ The "align:" item of the 'tabpanelopt' option determines whether the tabpanel
456
+ will be displayed on the left or right side of the window:
456
457
>
457
458
+----------------------------------+-----------
458
459
|text text text text text text text|(1)
459
460
|text text text text text text text| ~/aaa.txt
460
461
|text text text text text text text|(2)
461
462
<
462
- The "wrap" of 'tabpanelopt' option controls whether lines in tabpanel are
463
- wraped:
464
- >
465
- +-----------+----------------------------------
466
- |(1) |text text text text text text text
467
- | ~/long_lo|text text text text text text text
468
- |ng_file_nam|text text text text text text text
469
- |e.txt |text text text text text text text
470
- |(2) |text text text text text text text
471
-
472
- The "vert" of 'tabpanelopt' option defines whether a vertical separator is
473
- displayed between the tabpanel and the main window:
463
+ The "vert" item of the 'tabpanelopt' option specifies whether a vertical
464
+ separator should be displayed between the tabpanel and the display part of the
465
+ window:
474
466
>
475
467
+------ This is
476
468
|
@@ -480,7 +472,7 @@ displayed between the tabpanel and the main window:
480
472
| ~/aaa.txt|text text text text text text text
481
473
|(2) |text text text text text text text
482
474
<
483
- The vertical separator used is "tpl_vert" of 'fillchars' .
475
+ The vertical separator character is taken from "tpl_vert" in 'fillchars' .
484
476
485
477
You can customize the appearance of the tab page labels using the highlight
486
478
groups: | hl-TabPanel | | hl-TabPanelSel | | hl-TabPanelFill |
0 commit comments