Skip to content

Commit 3ea8ce5

Browse files
committed
Update usr_41.{txt,jax}
1 parent 6437a4c commit 3ea8ce5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/usr_41.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Jul 05
1+
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Jul 21
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1207,6 +1207,7 @@ Vimサーバー: *server-functions*
12071207
mapset() マップを復元
12081208
menu_info() メニュー項目の情報を取得
12091209
wildmenumode() wildmodeが有効かどうかをチェック
1210+
wildtrigger() ワイルドカード展開を開始する
12101211

12111212
テスト用: *test-functions*
12121213
assert_equal() 2つの式が等しい事をテストする

en/usr_41.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 9.1. Last change: 2025 Jul 05
1+
*usr_41.txt* For Vim version 9.1. Last change: 2025 Jul 21
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1233,6 +1233,7 @@ Mappings and Menus: *mapping-functions*
12331233
mapset() restore a mapping
12341234
menu_info() get information about a menu item
12351235
wildmenumode() check if the wildmode is active
1236+
wildtrigger() start wildcard expansion
12361237

12371238
Testing: *test-functions*
12381239
assert_equal() assert that two expressions values are equal

0 commit comments

Comments
 (0)