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:
committed by
Bram Moolenaar
parent
2096a5f128
commit
2890c0b9d2
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4856,
|
||||
/**/
|
||||
4855,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user