diff src/version.c @ 22017:2794a2666769 v8.2.1558

patch 8.2.1558: signs test fails Commit: https://github.com/vim/vim/commit/2f1228463aa9ff62814f9732561b1849e5f01f75 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 31 23:18:00 2020 +0200 patch 8.2.1558: signs test fails Problem: Signs test fails. Solution: Add missing change to sign.c.
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Aug 2020 23:30:04 +0200
parents d8065205ea82
children ef929329affe
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1558,
+/**/
     1557,
 /**/
     1556,