Skip to content

Update usr_41.{txt,jax} #2182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/usr_41.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Jul 05
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Jul 21

VIM USER MANUAL - by Bram Moolenaar

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

テスト用: *test-functions*
assert_equal() 2つの式が等しい事をテストする
Expand Down
3 changes: 2 additions & 1 deletion en/usr_41.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim version 9.1. Last change: 2025 Jul 05
*usr_41.txt* For Vim version 9.1. Last change: 2025 Jul 21

VIM USER MANUAL - by Bram Moolenaar

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

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