diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    831,
+/**/
     830,
 /**/
     829,