commit | 74273e66914e46eb5814c13a1b888e45358859b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 01 21:37:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 01 21:37:21 2020 +0200 |
tree | 3f49aca8eaad979e9208ad9c69ea65fc8d215939 | |
parent | 4537bcc88956f86267c25edf8008e0dbde598652 [diff] [blame] |
patch 8.2.1782: Vim9: cannot pass boolean to mapset() Problem: Vim9: cannot pass boolean to mapset(). Solution: Use get_tv_bool(). (closes #7041)
diff --git a/src/version.c b/src/version.c index 0127186..9619a33 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1782, +/**/ 1781, /**/ 1780,