1
0
forked from aniani/vim

patch 8.2.4856: MinGW compiler complains about unknown escape sequence

Problem:    MinGW compiler complains about unknown escape sequence.
Solution:   Avoid using a backslash in path. (Christian Brabandt,
            closes #10337)
This commit is contained in:
Christian Brabandt
2022-05-02 10:34:15 +01:00
committed by Bram Moolenaar
parent 2096a5f128
commit 2890c0b9d2
2 changed files with 5 additions and 1 deletions

View File

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