comparison src/version.c @ 8200:ee84450e604e v7.4.1393

commit https://github.com/vim/vim/commit/bd73ae1bc63a3b0187ffe7fc8f0caee5a4eb66fa Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 22 22:19:22 2016 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Mon, 22 Feb 2016 22:30:05 +0100
parents 7c21dd028e0f
children c16aa03d8db5
comparison
equal deleted inserted replaced
8199:3c2f0e5cb555 8200:ee84450e604e
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1393,
751 /**/ 753 /**/
752 1392, 754 1392,
753 /**/ 755 /**/
754 1391, 756 1391,
755 /**/ 757 /**/