comparison src/version.c @ 21556:963913d80284 v8.2.1328

patch 8.2.1328: no space allowed before comma in list Commit: https://github.com/vim/vim/commit/4d4d1cd5c8b61ef0296bd6190ca2a0b2d6d96ba7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 30 22:14:33 2020 +0200 patch 8.2.1328: no space allowed before comma in list Problem: No space allowed before comma in list. Solution: Legacy Vim script allows it. (closes https://github.com/vim/vim/issues/6577)
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 Jul 2020 22:15:04 +0200
parents 13e0857cb114
children 1c4d4aa22b37
comparison
equal deleted inserted replaced
21555:9c4e0f006f67 21556:963913d80284
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 1328,
757 /**/ 759 /**/
758 1327, 760 1327,
759 /**/ 761 /**/
760 1326, 762 1326,
761 /**/ 763 /**/