commit | b0d8182fa39f2c9403f5f9a0663589fcab43a6c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 15:55:10 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 15:55:10 2021 +0100 |
tree | 85ed868b078d798c371fe6bd2b09ce2a8dbff3a1 | |
parent | 31a201a04aa95708af5d62070d2d397a201cc1a5 [diff] [blame] |
patch 8.2.2285: Vim9: cannot set an option to a false Problem: Vim9: cannot set an option to a false. Solution: For VAR_BOOL use string "0". (closes #7603)
diff --git a/src/version.c b/src/version.c index cf7964c..ea53d3a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2285, +/**/ 2284, /**/ 2283,