commit | 9d654a8d8cd3421307445f111785fb303a38c2a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 19:52:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 19:52:17 2017 +0200 |
tree | 19af52692c7206812731803fbcb2267a74d7abf7 | |
parent | 595a40226ea1285689b622042534fd8442402db3 [diff] [blame] |
patch 8.0.1051: cannot run terminal with spaces in argument Problem: Cannot run terminal with spaces in argument. Solution: Accept backslash to escape space and other characters. (closes #1999)
diff --git a/src/version.c b/src/version.c index 45537fe..fe316be 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1051, +/**/ 1050, /**/ 1049,