diff src/version.c @ 8870:30988ffb7498 v7.4.1722

commit https://github.com/vim/vim/commit/0239acb11fe4bfe9b525ea90b782759da5eb7704 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 11 21:02:54 2016 +0200 patch 7.4.1722 Problem: Crash when calling garbagecollect() after starting a job. Solution: Set the copyID on job and channel. (Hirohito Higashi, Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Mon, 11 Apr 2016 21:15:05 +0200
parents 538d278d3db6
children 4d4de770f970
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 */
 /**/
+    1722,
+/**/
     1721,
 /**/
     1720,