1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-09-03 19:52:17 +02:00
parent 595a40226e
commit 9d654a8d8c
3 changed files with 31 additions and 2 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1051,
/**/
1050,
/**/