summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-07-08 13:33:44 +0900
committerMaxime Coste <mawww@kakoune.org>2017-07-08 13:33:44 +0900
commitdbba047a8a7094d4df542bb22704c9bed39e38dd (patch)
tree7fd957542f8524daf9bcdaef64971230da169da4 /src
parentad1dad9d04a8607608aa82d311ad3a74c0b29409 (diff)
parent8ed29dbd7a2e2d0a0f50d8be538de19676a356a2 (diff)
Merge remote-tracking branch 'Delapouite/prompt-idle'
Diffstat (limited to 'src')
-rw-r--r--src/commands.cc2
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",
};