diff src/version.c @ 24158:93e69703a290 v8.2.2620

patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errors Commit: https://github.com/vim/vim/commit/4b3e1964d85a25ac7b2202094d1abf27ab93cc23 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 18 21:37:55 2021 +0100 patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errors Problem: Vim9: Using #{ for a dictionary gives strange errors. Solution: Give an error when using #{ for a comment after a command.
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Mar 2021 21:45:05 +0100
parents a358fa462560
children e695db9a5465
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 */
 /**/
+    2620,
+/**/
     2619,
 /**/
     2618,