commit | 6231cb8b5b208becf088531816027001acc754e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 19:42:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 19:42:42 2016 +0200 |
tree | 4bfec4c0fbdcf570cda14c8526f93878f7d36c80 | |
parent | 437905c25d4cedfa16d0f87392e4a000d22362b7 [diff] [blame] |
patch 7.4.1790 Problem: Leading white space in a job command matters. (Andrew Stewart) Solution: Skip leading white space.
diff --git a/src/version.c b/src/version.c index 9f311ac..cd760ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1790, +/**/ 1789, /**/ 1788,