commit | af8822ce085e3bd8edeb52cbb7306ddd42427d39 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 19 13:55:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 19 13:55:01 2020 +0200 |
tree | 30b4371262468b74e34bdc02d8f1be430f7432c4 | |
parent | 9b02d64cff7664b9643205d6e23b08da688fe87a [diff] [blame] |
patch 8.2.1485: Vim9: readdirex() expression doesn't accept bool Problem: Vim9: readdirex() expression doesn't accept bool. Solution: Accept both -1 and bool. (closes #6737)
diff --git a/src/version.c b/src/version.c index 80f464a..3c1eb1c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1485, +/**/ 1484, /**/ 1483,