diff src/version.c @ 24365:f2bd92589670 v8.2.2723

patch 8.2.2723: assignment test fails Commit: https://github.com/vim/vim/commit/58fb7c39a04aabfa399ae4f2142ee0728bc22483 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 5 20:59:41 2021 +0200 patch 8.2.2723: assignment test fails Problem: Assignment test fails. Solution: Adjust error number.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Apr 2021 21:00:05 +0200
parents 1a145eb83a28
children 95b8937804d3
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 */
 /**/
+    2723,
+/**/
     2722,
 /**/
     2721,