Skip to content

Commit

Permalink
Merge pull request #1665 from vim-jp/hh-update-autocmd
Browse files Browse the repository at this point in the history
Update autocmd.{txt,jax}
  • Loading branch information
h-east authored Aug 25, 2024
2 parents e772c43 + a1b7931 commit 6750de3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
9 changes: 7 additions & 2 deletions doc/autocmd.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Aug 12
*autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Aug 18


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -976,7 +976,12 @@ KeyInputPre マッピングが適用されてキーが処理される前。パ
場合は、最初の文字が使用される。
|v:event| には以下の値が設定される:
typed キーがタイプされたか否か。
typedchar (実際に) タイプされたキー。
typedchar 最後の |KeyInputPre| 呼び出し
以降に (実際に) タイプされた
キー。
Note: 連続する |KeyInputPre| 自動コマンドが処
理される場合、"typedchar" は空になることがあ
る。
テキスト |textlock| または現在のモードを変更す
ることはできない。
{+eval 機能が有効な場合のみ}
Expand Down
7 changes: 5 additions & 2 deletions en/autocmd.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 9.1. Last change: 2024 Aug 12
*autocmd.txt* For Vim version 9.1. Last change: 2024 Aug 18


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -992,7 +992,10 @@ KeyInputPre Just before a key is processed after mappings
character is used.
The following values of |v:event| are set:
typed The key is typed or not.
typedchar The (actual) typed key.
typedchar The (actual) typed key since
the last |KeyInputPre| call.
Note: "typedchar" may be empty if successive
|KeyInputPre| autocmds are processed.
It is not allowed to change the text
|textlock| or the current mode.
{only with the +eval feature}
Expand Down

0 comments on commit 6750de3

Please sign in to comment.