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/vim.h b/src/vim.h index b7ed480..c8ec443 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -1120,6 +1120,7 @@ EVENT_FOCUSGAINED, /* got the focus */ EVENT_FOCUSLOST, /* lost the focus to another app */ EVENT_GUIENTER, /* after starting the GUI */ + EVENT_GUIFAILED, /* after starting the GUI failed */ EVENT_INSERTCHANGE, /* when changing Insert/Replace mode */ EVENT_INSERTENTER, /* when entering Insert mode */ EVENT_INSERTLEAVE, /* when leaving Insert mode */