Fix hook list in commands.cc
This commit is contained in:
parent
9fdbcf761d
commit
2b01da530d
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user