commit | 551d25e76545df785a9f62df52f34bc1dd368bfb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 21:37:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 21:37:56 2020 +0200 |
tree | 2ebf569d4c2a35c6c37eca700907cd5f44ac3226 | |
parent | 119f5572306c4abba91eaf446c0c52637db223e8 [diff] [blame] |
patch 8.2.1572: Vim9: expand() does not take "true" as argument Problem: Vim9: expand() does not take "true" as argument. Solution: Use tv_get_bool_chk(). (closes #6819)
diff --git a/src/version.c b/src/version.c index 9399221..c674148 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1572, +/**/ 1571, /**/ 1570,