summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-11 21:02:54 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-11 21:02:54 +0200
commit0239acb11fe4bfe9b525ea90b782759da5eb7704 (patch)
tree4b240e817c3e357467a9bdd4f46d91a019e3c169 /src/version.c
parent939a1abe935a539f2d4c90a56cb0682cbaf3bbb0 (diff)
downloadvim-git-0239acb11fe4bfe9b525ea90b782759da5eb7704.tar.gz
patch 7.4.1722v7.4.1722
Problem: Crash when calling garbagecollect() after starting a job. Solution: Set the copyID on job and channel. (Hirohito Higashi, Ozaki Kiichi)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ef777cf16..4f8bc2ef5 100644
--- 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,