commit | 9bb0dad0d8283c86fddf5b950f4fbb6fb8f12741 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 19 22:19:29 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 19 22:19:29 2021 +0200 |
tree | e9163a4ab88cd8d8186929f3efc77caac43512bc | |
parent | 605793500b351ee92483d04b1e03fb8af30dd101 [diff] [blame] |
patch 8.2.3187: Vim9: popup timer callback is not compiled Problem: Vim9: popup timer callback is not compiled. Solution: Compile the callback when creating the timer.
diff --git a/src/version.c b/src/version.c index 0710ce0..64997fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3187, +/**/ 3186, /**/ 3185,