comparison src/version.c @ 8424:be45d4921f1f v7.4.1503

commit https://github.com/vim/vim/commit/839fd11d7ed1a96bace3159c4d1861658864aae3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 6 21:34:03 2016 +0100 patch 7.4.1503 Problem: Crash when using ch_getjob(). (Damien) Solution: Check for a NULL job.
author Christian Brabandt <cb@256bit.org>
date Sun, 06 Mar 2016 21:45:04 +0100
parents 5d2c84be23b5
children 02ce040591c8
comparison
equal deleted inserted replaced
8423:a7245a1fb5a7 8424:be45d4921f1f
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1503,
746 /**/ 748 /**/
747 1502, 749 1502,
748 /**/ 750 /**/
749 1501, 751 1501,
750 /**/ 752 /**/