comparison src/version.c @ 22681:674ba3200e1f v8.2.1889

patch 8.2.1889: Vim9: errornous error for missing white space after {} Commit: https://github.com/vim/vim/commit/b07a39de485db5709a6b3e2f96e66ab06dd76279 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 22 19:00:01 2020 +0200 patch 8.2.1889: Vim9: errornous error for missing white space after {} Problem: Vim9: errornous error for missing white space after {}. Solution: Don't skip over white space after {}. (issue https://github.com/vim/vim/issues/7167)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Oct 2020 19:15:03 +0200
parents 9fa3f92248f6
children 5cbcd3768125
comparison
equal deleted inserted replaced
22680:4743badca4c2 22681:674ba3200e1f
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 1889,
753 /**/ 755 /**/
754 1888, 756 1888,
755 /**/ 757 /**/
756 1887, 758 1887,
757 /**/ 759 /**/