summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDelapouite <delapouite@gmail.com>2017-07-05 13:45:45 +0200
committerDelapouite <delapouite@gmail.com>2017-07-05 13:45:45 +0200
commit8ed29dbd7a2e2d0a0f50d8be538de19676a356a2 (patch)
tree3c48a906e9a48f763bec65bafc122175612cd13e /src
parent620e718087a57a4a725007cbc25a2888ccc1e95c (diff)
Docs: add missing PromptIdle hook mentions
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",
};