diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-08-29 16:13:22 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-08-29 16:13:22 +0000 |
commit | 265e5074b59b721f44baae35cfd3af6f9b93b879 (patch) | |
tree | 901ecbb7c497390e1a81d48375cb94b217883170 /src/fileio.c | |
parent | 9160f30161fab3831ad9b769efe2bf720f2b74c2 (diff) | |
download | vim-git-265e5074b59b721f44baae35cfd3af6f9b93b879.tar.gz |
updated for version 7.0-072v7.0.072
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index cde44d6a8..4ef21fe40 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -6980,6 +6980,7 @@ static struct event_name {"FocusLost", EVENT_FOCUSLOST}, {"FuncUndefined", EVENT_FUNCUNDEFINED}, {"GUIEnter", EVENT_GUIENTER}, + {"GUIFailed", EVENT_GUIFAILED}, {"InsertChange", EVENT_INSERTCHANGE}, {"InsertEnter", EVENT_INSERTENTER}, {"InsertLeave", EVENT_INSERTLEAVE}, |