commit | 418155def2aa45afd7fc034db341dc874b00af3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 18:39:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 18:39:38 2020 +0200 |
tree | da4e547acc14af8660bafcd96bb56ef94df8f255 | |
parent | ad30470610e228e66afb837fdbab6bea36c43de4 [diff] [blame] |
patch 8.2.1628: Vim9: cannot pass "true" to timer_paused() Problem: Vim9: cannot pass "true" to timer_paused(). Solution: Use tv_get_bool(). (closes #6891)
diff --git a/src/version.c b/src/version.c index b4d5769..4d25ecc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1628, +/**/ 1627, /**/ 1626,