comparison src/version.c @ 23068:2f034cb0a046 v8.2.2080

patch 8.2.2080: Vim9: no proper error message for using s:var in for loop Commit: https://github.com/vim/vim/commit/ea87069d7814497181483877651aef6d97182120 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 2 14:24:30 2020 +0100 patch 8.2.2080: Vim9: no proper error message for using s:var in for loop Problem: Vim9: no proper error message for using s:var in for loop. Solution: Give a specific error.
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Dec 2020 14:30:03 +0100
parents b3124656f050
children 6a70803f4cbe
comparison
equal deleted inserted replaced
23067:d65e8d80869b 23068:2f034cb0a046
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2080,
753 /**/ 755 /**/
754 2079, 756 2079,
755 /**/ 757 /**/
756 2078, 758 2078,
757 /**/ 759 /**/