Skip to content

Commit ec8fc01

Browse files
committed
Update usr_41.{txt,jax}
1 parent df50ee1 commit ec8fc01

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

doc/usr_41.jax

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

33

44
VIM ユーザーマニュアル by Bram Moolenaar
@@ -1058,6 +1058,8 @@ Blob 操作: *blob-functions*
10581058
tabpagebuflist() タブページ中のバッファのリストを返す
10591059
tabpagenr() タブページの番号を取得する
10601060
tabpagewinnr() タブページを対象にwinnr()と同様
1061+
tabpanel_getinfo() タブパネルの現在の状態を取得する
1062+
tabpanel_scroll() タブパネルをスクロールする
10611063
winnr() カレントウィンドウの番号を得る
10621064
bufwinid() バッファのウィンドウIDを得る
10631065
bufwinnr() バッファのウィンドウ番号を得る

en/usr_41.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 9.2. Last change: 2026 Feb 16
1+
*usr_41.txt* For Vim version 9.2. Last change: 2026 Apr 28
22

33

44
VIM USER MANUAL by Bram Moolenaar
@@ -1081,6 +1081,8 @@ Buffers, windows and the argument list:
10811081
tabpagebuflist() return List of buffers in a tab page
10821082
tabpagenr() get the number of a tab page
10831083
tabpagewinnr() like winnr() for a specified tab page
1084+
tabpanel_getinfo() get current state of the tabpanel
1085+
tabpanel_scroll() scroll the tabpanel
10841086
winnr() get the window number for the current window
10851087
bufwinid() get the window ID of a specific buffer
10861088
bufwinnr() get the window number of a specific buffer

0 commit comments

Comments
 (0)