commit | 31a201a04aa95708af5d62070d2d397a201cc1a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 14:47:25 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 14:47:25 2021 +0100 |
tree | 9aeafa7c1a327d786357f79578162bfc83764030 | |
parent | e68b02a1c40388bbb85e7b825bc538298963e1e1 [diff] [blame] |
patch 8.2.2284: Vim9: cannot set an option to a boolean value Problem: Vim9: cannot set an option to a boolean value. Solution: Check for VAR_BOOL. (closes #7603)
diff --git a/src/version.c b/src/version.c index 30eac83..cf7964c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2284, +/**/ 2283, /**/ 2282,