diff options
author | Wang Shidong <wsdjeg@outlook.com> | 2018-09-13 21:55:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-13 21:55:20 +0800 |
commit | f6d5426fc80f9478b620b6e3ae1c0ad999a86f29 (patch) | |
tree | 2cbdc2e8a4aab73895099ebc03260a74a28bec3d | |
parent | 949bcd7810d0fe355d4c6afa5d3ff58a15359673 (diff) | |
download | rneovim-f6d5426fc80f9478b620b6e3ae1c0ad999a86f29.tar.gz rneovim-f6d5426fc80f9478b620b6e3ae1c0ad999a86f29.tar.bz2 rneovim-f6d5426fc80f9478b620b6e3ae1c0ad999a86f29.zip |
Update 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 |