Skip to content

Commit 09e3995

Browse files
committed
Update by original
1 parent e557a0b commit 09e3995

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

doc/builtin.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.2. Last change: 2026 Apr 28
1+
*builtin.txt* For Vim バージョン 9.2. Last change: 2026 May 04
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -11630,8 +11630,8 @@ tabpanel_getinfo() *tabpanel_getinfo()*
1163011630

1163111631
tabpanel_scroll({n} [, {opts}]) *tabpanel_scroll()*
1163211632
タブパネルを {n} 行スクロールする。正の値は下方向にスクロール
11633-
し (後ろのタブが表示される)、負の値は上方向にスクロールする。
11634-
新しいオフセットは有効な範囲に制限される。
11633+
し (後ろのタブページが表示される)、負の値は上方向にスクロール
11634+
する。新しいオフセットは有効な範囲に制限される。
1163511635

1163611636
{opts} が |Dictionary| かつ、その "absolute" エントリが |TRUE|
1163711637
の場合、変化量 (デルタ) の代わりに {n} が新しい絶対スクロール

en/builtin.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -11904,16 +11904,16 @@ tabpanel_getinfo() *tabpanel_getinfo()*
1190411904

1190511905
tabpanel_scroll({n} [, {opts}]) *tabpanel_scroll()*
1190611906
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.
1190911909

1191011910
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.
1191311913

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).
1191711917

1191811918
Return type: |vim9-boolean|
1191911919

0 commit comments

Comments
 (0)