1
0
forked from aniani/vim

updated for version 7.0220

This commit is contained in:
Bram Moolenaar
2006-03-10 21:34:27 +00:00
parent 1056d98844
commit 4e42719355
4 changed files with 114 additions and 14 deletions

View File

@@ -1127,6 +1127,8 @@ enum auto_event
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 */
};