comparison src/vim.h @ 715:b526e10493b1

updated for version 7.0217
author vimboss
date Tue, 07 Mar 2006 22:29:51 +0000
parents 0f9f4761ad9c
children 2fa8cb05b861
comparison
equal deleted inserted replaced
714:0f9f4761ad9c 715:b526e10493b1
1122 EVENT_CURSORHOLD, /* cursor in same position for a while */ 1122 EVENT_CURSORHOLD, /* cursor in same position for a while */
1123 EVENT_CURSORHOLDI, /* idem, in Insert mode */ 1123 EVENT_CURSORHOLDI, /* idem, in Insert mode */
1124 EVENT_FUNCUNDEFINED, /* if calling a function which doesn't exist */ 1124 EVENT_FUNCUNDEFINED, /* if calling a function which doesn't exist */
1125 EVENT_REMOTEREPLY, /* upon string reception from a remote vim */ 1125 EVENT_REMOTEREPLY, /* upon string reception from a remote vim */
1126 EVENT_SWAPEXISTS, /* found existing swap file */ 1126 EVENT_SWAPEXISTS, /* found existing swap file */
1127 EVENT_SOURCEPRE, /* before sourcing a Vim script */
1127 EVENT_SPELLFILEMISSING, /* spell file missing */ 1128 EVENT_SPELLFILEMISSING, /* spell file missing */
1128 EVENT_CURSORMOVED, /* cursor was moved */ 1129 EVENT_CURSORMOVED, /* cursor was moved */
1129 EVENT_CURSORMOVEDI, /* cursor was moved in Insert mode */ 1130 EVENT_CURSORMOVEDI, /* cursor was moved in Insert mode */
1130 EVENT_TABLEAVE, /* before leaving a tab page */ 1131 EVENT_TABLEAVE, /* before leaving a tab page */
1131 EVENT_TABENTER, /* after entering a tab page */ 1132 EVENT_TABENTER, /* after entering a tab page */