comparison src/version.c @ 7036:5f00b8d7148f v7.4.831

commit https://github.com/vim/vim/commit/3f188935ec4db5117c4a64cc3f71219175624745 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 25 13:57:04 2015 +0200 patch 7.4.831 Problem: When expanding on the command line and encountering an error, the command is executed anyway. Solution: Bail out when an error is detected.
author Christian Brabandt <cb@256bit.org>
date Tue, 25 Aug 2015 17:20:26 +0200
parents e668b160ac68
children 76042a56ab85
comparison
equal deleted inserted replaced
7035:1804d2f6eb1d 7036:5f00b8d7148f
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 831,
744 /**/ 746 /**/
745 830, 747 830,
746 /**/ 748 /**/
747 829, 749 829,
748 /**/ 750 /**/