diff src/version.c @ 15164:9d05de1ecc6f v8.1.0592

patch 8.1.0592: the libvterm tests are not run as part of Vim tests commit https://github.com/vim/vim/commit/471f65813592238509923f2c8748df5be03513e9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 15 14:24:39 2018 +0100 patch 8.1.0592: the libvterm tests are not run as part of Vim tests Problem: The libvterm tests are not run as part of Vim tests. Solution: Add testing libvterm.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Dec 2018 14:30:08 +0100
parents d2ac3f2b44ba
children 694594a0d25d
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 */
 /**/
+    592,
+/**/
     591,
 /**/
     590,