commit | ad30470610e228e66afb837fdbab6bea36c43de4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 18:22:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 18:22:53 2020 +0200 |
tree | b9b223fc5737b25bc9906f81003aa10f757054ef | |
parent | 707be5f3524accb8b36e80bd2532e00b8246df55 [diff] [blame] |
patch 8.2.1627: Vim9: cannot pass "true" to submatch/term_gettty/term_start Problem: Vim9: cannot pass "true" to submatch(), term_gettty() and term_start() Solution: Use tv_get_bool_chk(). (closes #6888, closes #6890, closes #6889)
diff --git a/src/version.c b/src/version.c index c6c111a..b4d5769 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1627, +/**/ 1626, /**/ 1625,