commit | f59c73da1e8eb16e7b49b4465aedd1d6ddacc6fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 17:52:59 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 17:52:59 2015 +0200 |
tree | 638a75bc6b723c23c9e0ac77bae1ee4c6e34b798 | |
parent | d1b15dec4d00d7ed5e92ff4e0fb7fc2e0818e479 [diff] [blame] |
patch 7.4.894 Problem: vimrun.exe is picky about the number of spaces before -s. Solution: Skip all spaces. (Cam Sinclair)
diff --git a/src/version.c b/src/version.c index 3c8a938..ee49081 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 894, +/**/ 893, /**/ 892,