commit | 265e5074b59b721f44baae35cfd3af6f9b93b879 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 29 16:13:22 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 29 16:13:22 2006 +0000 |
tree | 901ecbb7c497390e1a81d48375cb94b217883170 | |
parent | 9160f30161fab3831ad9b769efe2bf720f2b74c2 [diff] [blame] |
updated for version 7.0-072
diff --git a/src/fileio.c b/src/fileio.c index cde44d6..4ef21fe 100644 --- a/src/fileio.c +++ b/src/fileio.c
@@ -6980,6 +6980,7 @@ {"FocusLost", EVENT_FOCUSLOST}, {"FuncUndefined", EVENT_FUNCUNDEFINED}, {"GUIEnter", EVENT_GUIENTER}, + {"GUIFailed", EVENT_GUIFAILED}, {"InsertChange", EVENT_INSERTCHANGE}, {"InsertEnter", EVENT_INSERTENTER}, {"InsertLeave", EVENT_INSERTLEAVE},