summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-03-03 21:14:14 +0000
committerMaxime Coste <mawww@kakoune.org>2017-03-03 21:14:14 +0000
commit2fa98e04c3a662ed33758b69bad4066fac5d6dd3 (patch)
tree51be85179a907db28f316889e80d27b83a2d15b1 /src
parenta0c301ac42d3dc0e15eea9fbaade49c45d64067d (diff)
parenta35f50d8326eadeaf50d99faee5e5a57ba515592 (diff)
Merge remote-tracking branch 'ekie/hook'
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 33c6bdd7..4260c9ab 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -763,7 +763,7 @@ static constexpr auto hooks = {
"InsertBegin", "InsertChar", "InsertEnd", "InsertIdle", "InsertKey",
"InsertMove", "InsertCompletionHide", "InsertCompletionShow",
"KakBegin", "KakEnd", "FocusIn", "FocusOut", "RuntimeError",
- "NormalBegin", "NormalEnd", "NormalIdle", "NormalKey",
+ "NormalBegin", "NormalEnd", "NormalIdle", "NormalKey", "RawKey",
"WinClose", "WinCreate", "WinDisplay", "WinResize", "WinSetOption",
};