commit | 36967b32fd02eaab4273c1a1e7a1210a5fe45d09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 17 21:41:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 17 21:41:02 2020 +0200 |
tree | 34de67c1d4d14063179da865bd40c6982fc29904 | |
parent | 624b6eaf20f3e8c669425b6a32f17fb9ec2ebbd2 [diff] [blame] |
patch 8.2.1475: Vim9: can't use v:true for option flags Problem: Vim9: can't use v:true for option flags. Solution: Add tv_get_bool_chk(). (closes #6725)
diff --git a/src/version.c b/src/version.c index afd3aaa..83af396 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1475, +/**/ 1474, /**/ 1473,