comparison src/version.c @ 22244:9f6b8fdea159 v8.2.1671

patch 8.2.1671: Vim9: stray error for missing white space Commit: https://github.com/vim/vim/commit/c6e57b74fa1e6090a27f886e2b3830fd1fa15708 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 12 21:27:03 2020 +0200 patch 8.2.1671: Vim9: stray error for missing white space Problem: Vim9: stray error for missing white space. Solution: Do not skip over white space after member. (closes https://github.com/vim/vim/issues/6817)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Sep 2020 21:30:04 +0200
parents f7871f02ddcd
children 6f83d2adee74
comparison
equal deleted inserted replaced
22243:a308c4737b02 22244:9f6b8fdea159
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 1671,
753 /**/ 755 /**/
754 1670, 756 1670,
755 /**/ 757 /**/
756 1669, 758 1669,
757 /**/ 759 /**/