diff src/version.c @ 15174:963c1967f917 v8.1.0597

patch 8.1.0597: cannot run test_libvterm from the top directory commit https://github.com/vim/vim/commit/acecb3b9359dced16b471b9950594394183c503a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 15 16:19:50 2018 +0100 patch 8.1.0597: cannot run test_libvterm from the top directory Problem: Cannot run test_libvterm from the top directory. Solution: Add test target in toplevel Makefile.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Dec 2018 16:30:06 +0100
parents de7e90fb445c
children ea6f7b224be7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    597,
+/**/
     596,
 /**/
     595,