commit | ad8f2485856eadb931ebd1f633ca366a40e415b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 03 16:52:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 03 16:52:28 2022 +0000 |
tree | 938bba2d4c81e2ec5b1e97a9ca5dd74a3fc09ab3 | |
parent | c88e977862ba6477a3b5b28706c45f96069a3073 [diff] [blame] |
patch 8.2.3994: Vim9: extend() complains about type when it was not declared Problem: Vim9: extend() complains about the type even when it was not declared. Solution: Only check the list or dict type when it was declared.
diff --git a/src/version.c b/src/version.c index b7bc986..04f06f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3994, +/**/ 3993, /**/ 3992,