commit | 1310660557470a669cc64b359e20666b116e5dbd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 04 16:06:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 04 16:06:05 2020 +0200 |
tree | 9769c7afcb813f6a1cee333375be0ebddad9f91d | |
parent | 6abd3dc257cf56a8262db38eb15c7cc754e8e002 [diff] [blame] |
patch 8.2.1798: Vim9: trinary operator condition is too permissive Problem: Vim9: trinary operator condition is too permissive. Solution: Use tv_get_bool_chk().
diff --git a/src/version.c b/src/version.c index 914e4f0..58eb3d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1798, +/**/ 1797, /**/ 1796,