comparison 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
comparison
equal deleted inserted replaced
21412:8f8535649ef1 21413:8992d4f63761
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1257,
757 /**/ 759 /**/
758 1256, 760 1256,
759 /**/ 761 /**/
760 1255, 762 1255,
761 /**/ 763 /**/