|
1 | | -*options.txt* For Vim version 9.2. Last change: 2026 Apr 21 |
| 1 | +*options.txt* For Vim version 9.2. Last change: 2026 Apr 28 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -9052,41 +9052,22 @@ A jump table for the options with a short description can be found at |Q_op|. |
9052 | 9052 | Optional settings for the |tabpanel|, It can consist of the following |
9053 | 9053 | items. Items must be separated by a comma. |
9054 | 9054 |
|
9055 | | - align:{text} Specifies the position of the tabpanel. |
9056 | | - Currently supported positions are: |
9057 | | - |
9058 | | - left left-side |
| 9055 | + align:{text} Specifies the position of the tabpanel. |
| 9056 | + Currently supported positions are: |
| 9057 | + left left-side (default) |
9059 | 9058 | right right-side |
9060 | | - |
9061 | | - (default "left") |
9062 | | - |
9063 | | - columns:{n} Number of columns of the tabpanel. |
9064 | | - If this value is 0 or less than 'columns', the |
9065 | | - tab panel will not be displayed. |
9066 | | - (default 20) |
9067 | | - |
9068 | | - scroll Enable mouse wheel scrolling over the tabpanel |
9069 | | - area when the tab list exceeds the visible |
9070 | | - screen height. The scroll step is controlled |
9071 | | - by 'mousescroll'. When disabled (the default), |
9072 | | - the tabpanel shows the page containing the |
9073 | | - current tab, with no way to view tabs outside |
9074 | | - that page. |
9075 | | - |
9076 | | - scrollbar Reserve a one-column scrollbar in the tabpanel |
9077 | | - showing the current scroll position. The |
9078 | | - scrollbar uses the |hl-PmenuSbar| and |
9079 | | - |hl-PmenuThumb| highlight groups for the track |
9080 | | - and thumb respectively. Clicking on the |
9081 | | - scrollbar column jumps the thumb to that |
9082 | | - position; the thumb can also be dragged. |
9083 | | - Implies "scroll". |
9084 | | - |
9085 | | - vert Use a vertical separator for tabpanel. |
9086 | | - The vertical separator character is taken from |
9087 | | - "tpl_vert" in 'fillchars'. |
9088 | | - (default off) |
9089 | | - |
| 9059 | + columns:{n} Number of columns of the tabpanel. (default 20) |
| 9060 | + If this value is 0 or less than 'columns', the |
| 9061 | + tabpanel will not be displayed. |
| 9062 | + scrollbar A one-column scrollbar is always displayed at the |
| 9063 | + right edge of the tabpanel, regardless of the |
| 9064 | + "align:" setting. (default off) |
| 9065 | + See |tabpanel-scroll|. |
| 9066 | + vert The vertical separator is drawn at the boundary |
| 9067 | + between the tabpanel and the buffer area. |
| 9068 | + (default off) |
| 9069 | + The character to be drawn uses "tpl_vert" from |
| 9070 | + 'fillchars'. |
9090 | 9071 | Examples: > |
9091 | 9072 | :set tabpanelopt=columns:16,align:right |
9092 | 9073 | :set tabpanelopt= |
|
0 commit comments