comparison src/version.c @ 9011:72a597e9e36d v7.4.1791

commit https://github.com/vim/vim/commit/674127e1801fd02ff07dddf0dc3bf0d8cce68997 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 26 20:30:07 2016 +0200 patch 7.4.1791 Problem: Channel could be garbage collected too early. Solution: Don't free a channel or remove it from a job when it is still useful.
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Apr 2016 20:45:05 +0200
parents 149d976650a1
children 22c29a515b53
comparison
equal deleted inserted replaced
9010:4e61ef434a1e 9011:72a597e9e36d
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1791,
756 /**/ 758 /**/
757 1790, 759 1790,
758 /**/ 760 /**/
759 1789, 761 1789,
760 /**/ 762 /**/