commit | 036d07144efe213199b1ed8de998e6f12a056499 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 20:23:38 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 20:23:38 2021 +0100 |
tree | dbfcf44e135229e87a065801ac8a2e3d9b093b22 | |
parent | 1430ceeb2d4185a8d60fa81007fbc8b74fd68c46 [diff] [blame] |
patch 8.2.2371: Vim9: crash when using types in :for with unpack Problem: Vim9: crash when using types in :for with unpack. Solution: Check for skip_var_list() failing. Pass include_type to skip_var_one(). Skip type when compiling. (closes #7694)
diff --git a/src/version.c b/src/version.c index ecb0c43..289854e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2371, +/**/ 2370, /**/ 2369,