Update eval.c

This commit is contained in:
Wang Shidong
2018-09-13 21:55:20 +08:00
committed by GitHub
parent 949bcd7810
commit f6d5426fc8

View File

@@ -496,7 +496,7 @@ typedef enum {
#define FNE_CHECK_START 2 /* find_name_end(): check name starts with #define FNE_CHECK_START 2 /* find_name_end(): check name starts with
valid character */ valid character */
static uint64_t last_timer_id = 0; static uint64_t last_timer_id = 1;
static PMap(uint64_t) *timers = NULL; static PMap(uint64_t) *timers = NULL;
/// Dummy va_list for passing to vim_snprintf /// Dummy va_list for passing to vim_snprintf