comparison src/version.c @ 26330:55e658312376 v8.2.3696

patch 8.2.3696: Vim9: error for invalid assignment when skipping Commit: https://github.com/vim/vim/commit/7f2c34166402740a661131d6341bbf874bdb3d48 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 29 16:01:49 2021 +0000 patch 8.2.3696: Vim9: error for invalid assignment when skipping Problem: Vim9: error for invalid assignment when skipping. Solution: Do not check white space when skipping. (closes https://github.com/vim/vim/issues/9243)
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Nov 2021 17:15:04 +0100
parents 8afd7aa25ab6
children 8b7f01b39d79
comparison
equal deleted inserted replaced
26329:8afd7aa25ab6 26330:55e658312376
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3696,
760 /**/ 762 /**/
761 3695, 763 3695,
762 /**/ 764 /**/
763 3694, 765 3694,
764 /**/ 766 /**/