comparison src/version.c @ 21447:369cde0d5771 v8.2.1274

patch 8.2.1274: Vim9: no error for missing white space at script level Commit: https://github.com/vim/vim/commit/63be3d4ba01d565e645d8bf7f4dc900fc9011534 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 23 13:11:37 2020 +0200 patch 8.2.1274: Vim9: no error for missing white space at script level Problem: Vim9: no error for missing white space in assignment at script level. Solution: Check for white space. (closes #6495)
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jul 2020 13:15:07 +0200
parents ae23caa42dac
children 78734d1f6639
comparison
equal deleted inserted replaced
21446:915a804a5971 21447:369cde0d5771
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 1274,
757 /**/ 759 /**/
758 1273, 760 1273,
759 /**/ 761 /**/
760 1272, 762 1272,
761 /**/ 763 /**/