|
1 | | -*builtin.txt* For Vim version 9.2. Last change: 2026 Apr 28 |
| 1 | +*builtin.txt* For Vim version 9.2. Last change: 2026 May 04 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -11904,16 +11904,16 @@ tabpanel_getinfo() *tabpanel_getinfo()* |
11904 | 11904 |
|
11905 | 11905 | tabpanel_scroll({n} [, {opts}]) *tabpanel_scroll()* |
11906 | 11906 | Scroll the tabpanel by {n} rows. Positive values scroll down |
11907 | | - (later tabs become visible), negative values scroll up. The |
11908 | | - new offset is clamped to the valid range. |
| 11907 | + (later tab pages become visible), negative values scroll up. |
| 11908 | + The new offset is clamped to the valid range. |
11909 | 11909 |
|
11910 | 11910 | When {opts} is a |Dictionary| and its "absolute" entry is |
11911 | | - |TRUE|, {n} is used as the new absolute scroll offset |
11912 | | - instead of a delta. |
| 11911 | + |TRUE|, {n} is used as the new absolute scroll offset instead |
| 11912 | + of a delta. |
11913 | 11913 |
|
11914 | | - Returns |TRUE| if the scroll offset changed, |FALSE| |
11915 | | - otherwise (for example when the tabpanel is not shown, or |
11916 | | - the offset is already at the requested value). |
| 11914 | + Returns |TRUE| if the scroll offset changed, |FALSE| otherwise |
| 11915 | + (for example when the tabpanel is not shown, or the offset is |
| 11916 | + already at the requested value). |
11917 | 11917 |
|
11918 | 11918 | Return type: |vim9-boolean| |
11919 | 11919 |
|
|
0 commit comments