comparison src/version.c @ 21263:71bd2f9adb61 v8.2.1182

patch 8.2.1182: Vim9: no check for whitespace after comma in lambda Commit: https://github.com/vim/vim/commit/914e7eaa67f8d816e15fb4a1180e6bece88d9742 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 11 15:20:48 2020 +0200 patch 8.2.1182: Vim9: no check for whitespace after comma in lambda Problem: Vim9: no check for whitespace after comma in lambda. Solution: Give error if white space is missing.
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Jul 2020 15:30:04 +0200
parents 018339de3099
children 6a4806e326dd
comparison
equal deleted inserted replaced
21262:f90a8e001d61 21263:71bd2f9adb61
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 1182,
757 /**/ 759 /**/
758 1181, 760 1181,
759 /**/ 761 /**/
760 1180, 762 1180,
761 /**/ 763 /**/