commit | 558813314d63dd0263a7a86c0496c1e89b5c8cba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 18 13:04:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 18 13:04:15 2020 +0200 |
tree | 7ebfbe1f61edc2bfb5fc82f354bf6f7cae5391ec | |
parent | f39397e515067d5a314be99778e63fe0acf93c51 [diff] [blame] |
patch 8.2.1478: Vim9: cannot use "true" for some popup options Problem: Vim9: cannot use "true" for some popup options. Solution: Add dict_get_bool(). (closes #6725)
diff --git a/src/version.c b/src/version.c index e332c01..b17bcd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1478, +/**/ 1477, /**/ 1476,