commit | bd73ae1bc63a3b0187ffe7fc8f0caee5a4eb66fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 22:19:22 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 22:19:22 2016 +0100 |
tree | d9751f345771167b03f3bb48446674e9d6a00628 | |
parent | 2cd5bb2505acc001933e97cf788f473f8db60895 [diff] [blame] |
patch 7.4.1393 Problem: Starting a job hangs in the GUI. (Takuya Fujiwara) Solution: Don't check if ch_job is NULL when checking for an error. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index b545581..15409a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1393, +/**/ 1392, /**/ 1391,