diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1889,
+/**/
     1888,
 /**/
     1887,