commit | 65d032c779a43b767497e15e6a32d04a6a8fa65d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 24 20:57:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 24 20:57:01 2020 +0200 |
tree | 23d8679105c015540703fd4103c910cd5374eebb | |
parent | e71ebb46a252cd1cdfb075e6014c2b13c580bf3f [diff] [blame] |
patch 8.2.0629: setting a boolean option to v:false does not work Problem: Setting a boolean option to v:false does not work. Solution: Do not use the string representation of the value. (Christian Brabandt, closes #5974)
diff --git a/src/version.c b/src/version.c index 8782b37..d227500 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 629, +/**/ 628, /**/ 627,