commit | 398ee7326b78b892a5c8380dfe3f2521a64b4fa7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 14:29:14 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 14:29:14 2017 +0200 |
tree | 8384cc670e56f2178474c5062b85d0c97b1cc87b | |
parent | 7c9aec4ac86ccc455c0859d9393253141e3f77b6 [diff] [blame] |
patch 8.0.0847: :argadd without argument can't handle space in file name Problem: :argadd without argument can't handle space in file name. (Harm te Hennepe) Solution: Escape the space. (Yasuhiro Matsumoto, closes #1917)
diff --git a/src/version.c b/src/version.c index 9eb8b1a..0d144bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 847, +/**/ 846, /**/ 845,