comparison src/version.c @ 7918:ce5a7a613867 v7.4.1255

commit https://github.com/vim/vim/commit/66624ff0d9e1de2fc5eb4f95f3a3a2ed70b10138 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 3 23:59:43 2016 +0100 patch 7.4.1255 Problem: Crash for channel "eval" command without third argument. Solution: Check for missing argument.
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Feb 2016 00:00:05 +0100
parents 54602dcac207
children 1ebc7be4dbbf
comparison
equal deleted inserted replaced
7917:23397b25221e 7918:ce5a7a613867
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 1255,
745 /**/ 747 /**/
746 1254, 748 1254,
747 /**/ 749 /**/
748 1253, 750 1253,
749 /**/ 751 /**/