Skip to content

Commit 849e5d0

Browse files
committed
Update by original
1 parent 9f2b30c commit 849e5d0

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

doc/tabpage.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tabpage.txt* For Vim バージョン 9.1. Last change: 2025 May 30
1+
*tabpage.txt* For Vim バージョン 9.1. Last change: 2025 Jun 07
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/tabpage.txt

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -441,7 +441,8 @@ To configure the tabpanel, use the following options: 'tabpanel',
441441
The 'tabpanel' and 'showtabpanel' options function similar to
442442
'statusline' or 'tabline'.
443443

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:
445446
>
446447
+------ This width
447448
|
@@ -451,26 +452,17 @@ The "columns:" of 'tabpanelopt' option specifies the width of the tabpanel:
451452
| ~/aaa.txt|text text text text text text text
452453
|(2) |text text text text text text text
453454
<
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:
456457
>
457458
+----------------------------------+-----------
458459
|text text text text text text text|(1)
459460
|text text text text text text text| ~/aaa.txt
460461
|text text text text text text text|(2)
461462
<
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:
474466
>
475467
+------ This is
476468
|
@@ -480,7 +472,7 @@ displayed between the tabpanel and the main window:
480472
| ~/aaa.txt|text text text text text text text
481473
|(2) |text text text text text text text
482474
<
483-
The vertical separator used is "tpl_vert" of 'fillchars'.
475+
The vertical separator character is taken from "tpl_vert" in 'fillchars'.
484476

485477
You can customize the appearance of the tab page labels using the highlight
486478
groups: |hl-TabPanel| |hl-TabPanelSel| |hl-TabPanelFill|

0 commit comments

Comments
 (0)