1
0
forked from aniani/vim

patch 8.2.3393: escaping for fish shell is skipping some characters

Problem:    Escaping for fish shell is skipping some characters.
Solution:   Escape character after backslash if needed. (Jason Cox,
            closes #8827)
This commit is contained in:
Bram Moolenaar
2021-09-01 14:31:51 +02:00
parent b4d82e2a8d
commit 6631597452
3 changed files with 13 additions and 10 deletions

View File

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