commit | 98cb90ef865089a5ddd20bc0303d449fb7d97fb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 11:56:22 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 11:56:22 2021 +0000 |
tree | 34a47025742f1c635e583c5aeced5f0fe7e92476 | |
parent | c750d91a07ace532e993349aa5c13dda5c888cc0 [diff] [blame] |
patch 8.2.3702: first key in dict is seen as curly expression and fails Problem: First key in dict is seen as curly expression and fails. Solution: Ignore failure of curly expression. (closes #9247)
diff --git a/src/version.c b/src/version.c index b8dbf37..302db8e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3702, +/**/ 3701, /**/ 3700,