diff src/version.c @ 22349:b66a2e046c2e v8.2.1723

patch 8.2.1723: Vim9: Variable argument name cannot start with underscore Commit: https://github.com/vim/vim/commit/280227270c1c54794a6d88a305fac56d4b0c92a5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 21 22:02:49 2020 +0200 patch 8.2.1723: Vim9: Variable argument name cannot start with underscore Problem: Vim9: Variable argument name cannot start with underscore. Solution: Use eval_isnamec1(). (closes https://github.com/vim/vim/issues/6988)
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Sep 2020 22:15:03 +0200
parents 712bc35842aa
children 4c488004edbc
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 */
 /**/
+    1723,
+/**/
     1722,
 /**/
     1721,