commit | dd1f426bd617ac6a775f2e7795ff0b159e3fa315 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 17:41:01 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 17:41:01 2020 +0100 |
tree | 4ff4b05181d01272e12a482a91dec6a6ef5095bc | |
parent | ca2f7e7af32d51c2be378a5298bc85958c877653 [diff] [blame] |
patch 8.2.2254: Vim9: bool option type is number Problem: Vim9: bool option type is number. Solution: Have get_option_value() return a different value for bool and number options. (closes #7583)
diff --git a/src/version.c b/src/version.c index a8e1a89..d23afb2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2254, +/**/ 2253, /**/ 2252,