File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Aug 12
1
+ *autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Aug 18
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -976,7 +976,12 @@ KeyInputPre マッピングが適用されてキーが処理される前。パ
976
976
場合は、最初の文字が使用される。
977
977
| v:event | には以下の値が設定される:
978
978
typed キーがタイプされたか否か。
979
- typedchar (実際に) タイプされたキー。
979
+ typedchar 最後の | KeyInputPre | 呼び出し
980
+ 以降に (実際に) タイプされた
981
+ キー。
982
+ Note: 連続する | KeyInputPre | 自動コマンドが処
983
+ 理される場合、"typedchar" は空になることがあ
984
+ る。
980
985
テキスト | textlock | または現在のモードを変更す
981
986
ることはできない。
982
987
{+eval 機能が有効な場合のみ}
Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim version 9.1. Last change: 2024 Aug 12
1
+ *autocmd.txt* For Vim version 9.1. Last change: 2024 Aug 18
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -992,7 +992,10 @@ KeyInputPre Just before a key is processed after mappings
992
992
character is used.
993
993
The following values of | v:event | are set:
994
994
typed The key is typed or not.
995
- typedchar The (actual) typed key.
995
+ typedchar The (actual) typed key since
996
+ the last | KeyInputPre | call.
997
+ Note: "typedchar" may be empty if successive
998
+ | KeyInputPre | autocmds are processed.
996
999
It is not allowed to change the text
997
1000
| textlock | or the current mode.
998
1001
{only with the +eval feature}
You can’t perform that action at this time.
0 commit comments