From 8ed29dbd7a2e2d0a0f50d8be538de19676a356a2 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Wed, 5 Jul 2017 13:45:45 +0200 Subject: Docs: add missing PromptIdle hook mentions --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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", }; -- cgit v1.2.3