diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-07-08 13:33:44 +0900 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-07-08 13:33:44 +0900 |
| commit | dbba047a8a7094d4df542bb22704c9bed39e38dd (patch) | |
| tree | 7fd957542f8524daf9bcdaef64971230da169da4 /src | |
| parent | ad1dad9d04a8607608aa82d311ad3a74c0b29409 (diff) | |
| parent | 8ed29dbd7a2e2d0a0f50d8be538de19676a356a2 (diff) | |
Merge remote-tracking branch 'Delapouite/prompt-idle'
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc index bf92a628..199e768a 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -766,7 +766,7 @@ static constexpr auto hooks = { "BufWritePre", "BufOpenFifo", "BufCloseFifo", "BufReadFifo", "BufSetOption", "InsertBegin", "InsertChar", "InsertDelete", "InsertEnd", "InsertIdle", "InsertKey", "InsertMove", "InsertCompletionHide", "InsertCompletionShow", - "KakBegin", "KakEnd", "FocusIn", "FocusOut", "RuntimeError", + "KakBegin", "KakEnd", "FocusIn", "FocusOut", "RuntimeError", "PromptIdle", "NormalBegin", "NormalEnd", "NormalIdle", "NormalKey", "RawKey", "WinClose", "WinCreate", "WinDisplay", "WinResize", "WinSetOption", }; |
