commit | 036c2cf719e3de445779a275514030be66e26883 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 17:37:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 17:37:07 2020 +0200 |
tree | 419d8eda79525cbcc938423cca698e9b9206af92 | |
parent | 2df47310422f4a77e85de7901a5299923a1addd3 [diff] [blame] |
patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo() Problem: Vim9: cannot use 'true" with getbufinfo(). Solution: Use dict_get_bool(). (closes #6873)
diff --git a/src/version.c b/src/version.c index ab9c0c4..9a58f11 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1602, +/**/ 1601, /**/ 1600,