comparison src/version.c @ 8074:dc32c8026899 v7.4.1331

commit https://github.com/vim/vim/commit/d46ae142aa9452e99576b5e923de974704e3c896 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 16 13:33:52 2016 +0100 patch 7.4.1331 Problem: Crash when closing the channel in a callback. (Christian J. Robinson) Solution: Take the callback out of the list before invoking it.
author Christian Brabandt <cb@256bit.org>
date Tue, 16 Feb 2016 13:45:04 +0100
parents 38887bf423ba
children 3b0127287851
comparison
equal deleted inserted replaced
8073:42db5fe07958 8074:dc32c8026899
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1331,
750 /**/ 752 /**/
751 1330, 753 1330,
752 /**/ 754 /**/
753 1329, 755 1329,
754 /**/ 756 /**/