Fix hook list in commands.cc

This commit is contained in:
Maxime Coste 2017-02-19 14:14:22 +00:00
parent 9fdbcf761d
commit 2b01da530d

View File

@ -758,8 +758,8 @@ const CommandDesc remove_highlighter_cmd = {
}; };
static constexpr auto hooks = { static constexpr auto hooks = {
"BufCreate", "BufNew", "BufOpen", "BufClose", "BufWritePost", "BufWritePre", "BufCreate", "BufNewFile", "BufOpenFile", "BufClose", "BufWritePost",
"BufOpenFifo", "BufCloseFifo", "BufReadFifo", "BufSetOption", "BufWritePre", "BufOpenFifo", "BufCloseFifo", "BufReadFifo", "BufSetOption",
"InsertBegin", "InsertChar", "InsertEnd", "InsertIdle", "InsertKey", "InsertBegin", "InsertChar", "InsertEnd", "InsertIdle", "InsertKey",
"InsertMove", "InsertCompletionHide", "InsertCompletionShow", "InsertMove", "InsertCompletionHide", "InsertCompletionShow",
"KakBegin", "KakEnd", "FocusIn", "FocusOut", "RuntimeError", "KakBegin", "KakEnd", "FocusIn", "FocusOut", "RuntimeError",