comparison src/version.c @ 25280:ca7a8ea2eb5f v8.2.3177

patch 8.2.3177: Vim9: can not use "for _ in expr" at script level Commit: https://github.com/vim/vim/commit/ad2d4969e1616d3a0354c181e3a09271d5433b3d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 18 17:08:50 2021 +0200 patch 8.2.3177: Vim9: can not use "for _ in expr" at script level Problem: Vim9: can not use "for _ in expr" at script level. Solution: Skip assignment if the loop variable is "_".
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Jul 2021 17:15:03 +0200
parents 55c85c3a43a0
children 9bce044c7643
comparison
equal deleted inserted replaced
25279:a59175d38799 25280:ca7a8ea2eb5f
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3177,
758 /**/ 760 /**/
759 3176, 761 3176,
760 /**/ 762 /**/
761 3175, 763 3175,
762 /**/ 764 /**/