diff src/version.c @ 28852:ffd57385eef8 v8.2.4949

patch 8.2.4949: Vim9: some code not covered by tests Commit: https://github.com/vim/vim/commit/31ad32a325cc31f0f2bdd530c68bfb856a2187c5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 13 16:23:37 2022 +0100 patch 8.2.4949: Vim9: some code not covered by tests Problem: Vim9: some code not covered by tests. Solution: Add a few more test cases. Fix double error message.
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 May 2022 17:30:02 +0200
parents 338212bba072
children 647d7f439622
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4949,
+/**/
     4948,
 /**/
     4947,