commit | 4e42719355b7e1c968c7de0c51588bd744cdf034 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 10 21:34:27 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 10 21:34:27 2006 +0000 |
tree | 1632036b89fc3f2492d7ebe4a9b25b1f94c449c9 | |
parent | 1056d988442648527a45366c9d16523cdc521031 [diff] [blame] |
updated for version 7.0220
diff --git a/src/vim.h b/src/vim.h index 0a08cd6..e2514cf 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -1127,6 +1127,8 @@ EVENT_CURSORMOVEDI, /* cursor was moved in Insert mode */ EVENT_TABLEAVE, /* before leaving a tab page */ EVENT_TABENTER, /* after entering a tab page */ + EVENT_SHELLCMDPOST, /* after ":!cmd" */ + EVENT_SHELLFILTERPOST, /* after ":1,2!cmd", ":w !cmd", ":r !cmd". */ NUM_EVENTS /* MUST be the last one */ };