diff src/version.c @ 8865:be36707a661a v7.4.1720

commit https://github.com/vim/vim/commit/9e4043757cd2fc18d071fdd98abf297d74878943 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 8 17:25:19 2016 +0200 patch 7.4.1720 Problem: Tests fail without the job feature. Solution: Skip tests when the job feature is not present.
author Christian Brabandt <cb@256bit.org>
date Fri, 08 Apr 2016 17:30:06 +0200
parents e1b84109506a
children 538d278d3db6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1720,
+/**/
     1719,
 /**/
     1718,