commit | 3f188935ec4db5117c4a64cc3f71219175624745 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 13:57:04 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 13:57:04 2015 +0200 |
tree | ec04e75a0336f8e29a4e6f51678816995dbd833f | |
parent | b341dda575899458f7075614dcedf0a80ee9d080 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 619aa58..e99e87e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 831, +/**/ 830, /**/ 829,