comparison src/version.c @ 7973:00344cd730f6 v7.4.1282

commit https://github.com/vim/vim/commit/768ce2435ae956041579ef2d26e3e9d3a2444e1e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 19:46:12 2016 +0100 patch 7.4.1282 Problem: Crash when evaluating the pattern of ":catch" causes an error. (Dominique Pelle) Solution: Block error messages at this point.
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 20:00:04 +0100
parents f91a24e33475
children 7224f5e9c36a
comparison
equal deleted inserted replaced
7972:629c08a7eaff 7973:00344cd730f6
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 1282,
750 /**/ 752 /**/
751 1281, 753 1281,
752 /**/ 754 /**/
753 1280, 755 1280,
754 /**/ 756 /**/