diff options
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r-- | src/nvim/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 0b81e10bd9..93a31c0a38 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -496,7 +496,7 @@ typedef enum { #define FNE_CHECK_START 2 /* find_name_end(): check name starts with valid character */ -static uint64_t last_timer_id = 0; +static uint64_t last_timer_id = 1; static PMap(uint64_t) *timers = NULL; /// Dummy va_list for passing to vim_snprintf |