diff src/version.c @ 25949:d9f9cdb2337e v8.2.3508

patch 8.2.3508: Vim9: bad separators for "g" and "s" insufficiently tested Commit: https://github.com/vim/vim/commit/051a8a375f8fb6a931fbc5ccca714a200d9b327f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 14 16:53:42 2021 +0100 patch 8.2.3508: Vim9: bad separators for "g" and "s" insufficiently tested Problem: Vim9: bad separators for "g" and "s" insufficiently tested. Solution: Add a few more test cases.
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Oct 2021 18:00:06 +0200
parents 5792bbdca568
children 560132056b97
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3508,
+/**/
     3507,
 /**/
     3506,