comparison src/version.c @ 8106:58505cbea7e5 v7.4.1347

commit https://github.com/vim/vim/commit/8b778d55993d951a65f8a59843cecd177c707676 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 18 20:31:34 2016 +0100 patch 7.4.1347 Problem: When there is any error Vim will use a non-zero exit code. Solution: When using ":silent!" do not set the exit code. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Feb 2016 20:45:04 +0100
parents 1a03abdc4234
children 50515f2e81d1
comparison
equal deleted inserted replaced
8105:d6870d311f01 8106:58505cbea7e5
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 1347,
750 /**/ 752 /**/
751 1346, 753 1346,
752 /**/ 754 /**/
753 1345, 755 1345,
754 /**/ 756 /**/