diff src/version.c @ 21687:83b618c0315d v8.2.1393

patch 8.2.1393: insufficient testing for script debugging Commit: https://github.com/vim/vim/commit/b7f4fa517793b0fe1a4895781b4cba451d60d7c2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 8 14:41:52 2020 +0200 patch 8.2.1393: insufficient testing for script debugging Problem: Insufficient testing for script debugging. Solution: Add more tests. (Ben Jackson)
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Aug 2020 14:45:04 +0200
parents 26a4b53c4587
children 10866fd07595
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 */
 /**/
+    1393,
+/**/
     1392,
 /**/
     1391,