diff src/version.c @ 25632:c204815f3058 v8.2.3352

patch 8.2.3352: Vim9: error for nested :enddef has wrong line number Commit: https://github.com/vim/vim/commit/4bba16d252da6f072d311f9b3ebb50101d6d2eaf Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 15 19:28:05 2021 +0200 patch 8.2.3352: Vim9: error for nested :enddef has wrong line number Problem: Vim9: error for nested :enddef has wrong line number. Solution: Compute the line number.
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Aug 2021 19:30:03 +0200
parents c26eb08a0df2
children 27cb2e79ccde
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3352,
+/**/
     3351,
 /**/
     3350,