diff src/version.c @ 21413:8992d4f63761 v8.2.1257

patch 8.2.1257: Vim9: list unpack doesn't work at the script level Commit: https://github.com/vim/vim/commit/b31be3f909e074214b7f346888209c866faed56f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 20 22:37:44 2020 +0200 patch 8.2.1257: Vim9: list unpack doesn't work at the script level Problem: Vim9: list unpack doesn't work at the script level. Solution: Detect unpack assignment better. (closes https://github.com/vim/vim/issues/6494)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jul 2020 22:45:03 +0200
parents e1aeb986712f
children b530a433fe7d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1257,
+/**/
     1256,
 /**/
     1255,