diff options
| author | Delapouite <delapouite@gmail.com> | 2017-07-05 13:45:45 +0200 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2017-07-05 13:45:45 +0200 |
| commit | 8ed29dbd7a2e2d0a0f50d8be538de19676a356a2 (patch) | |
| tree | 3c48a906e9a48f763bec65bafc122175612cd13e /src | |
| parent | 620e718087a57a4a725007cbc25a2888ccc1e95c (diff) | |
Docs: add missing PromptIdle hook mentions
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", }; |
