commit | 401f0c07982247cc6d1cd22be08b05c44f7fd040 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 22:37:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 22:37:39 2020 +0200 |
tree | 2fd536d4d42da3660cc2871a30be7bdb2c34c9f5 | |
parent | 4b9bd692bdffba03fda04f9979e25431b53e416b [diff] [blame] |
patch 8.2.1618: Vim9: cannot pass "true" to setloclist() Problem: Vim9: cannot pass "true" to setloclist(). Solution: Use dict_get_bool(). (closes #6882)
diff --git a/src/version.c b/src/version.c index d422465..5beab6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1618, +/**/ 1617, /**/ 1616,