diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-03 14:29:14 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-03 14:29:14 +0200 |
commit | 398ee7326b78b892a5c8380dfe3f2521a64b4fa7 (patch) | |
tree | 8384cc670e56f2178474c5062b85d0c97b1cc87b /src/version.c | |
parent | 7c9aec4ac86ccc455c0859d9393253141e3f77b6 (diff) | |
download | vim-git-8.0.0847.tar.gz |
patch 8.0.0847: :argadd without argument can't handle space in file namev8.0.0847
Problem: :argadd without argument can't handle space in file name. (Harm te
Hennepe)
Solution: Escape the space. (Yasuhiro Matsumoto, closes #1917)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 9eb8b1a91..0d144bb76 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 847, +/**/ 846, /**/ 845, |