Skip to content

Update usr_24.{txt,jax} #2089

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
Jun 8, 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
4 changes: 2 additions & 2 deletions doc/usr_24.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_24.txt* For Vim バージョン 9.1. Last change: 2018 Mar 18
*usr_24.txt* For Vim バージョン 9.1. Last change: 2025 Jun 02

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -183,7 +183,7 @@ CTRL-P を押すと、さらに次の候補が補完されます。この場合
CTRL-X CTRL-D マクロ定義 (インクルードファイルの中も探す)
CTRL-X CTRL-I カレントファイルとインクルードファイル
CTRL-X CTRL-K 辞書
CTRL-X CTRL-R レジスタからの単語
CTRL-X CTRL-R レジスタの内容
CTRL-X CTRL-T 同義語辞書 (シソーラス)
CTRL-X CTRL-] タグ
CTRL-X CTRL-V Vim のコマンドライン
Expand Down
4 changes: 2 additions & 2 deletions en/usr_24.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_24.txt* For Vim version 9.1. Last change: 2018 Mar 18
*usr_24.txt* For Vim version 9.1. Last change: 2025 Jun 02

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -187,7 +187,7 @@ with a certain type of item:
CTRL-X CTRL-D macro definitions (also in included files)
CTRL-X CTRL-I current and included files
CTRL-X CTRL-K words from a dictionary
CTRL-X CTRL-R words from registers
CTRL-X CTRL-R contents from registers
CTRL-X CTRL-T words from a thesaurus
CTRL-X CTRL-] tags
CTRL-X CTRL-V Vim command line
Expand Down