1
0
forked from aniani/vim

patch 8.2.3531: command line completion test fails on MS-Windows

Problem:    Command line completion test fails on MS-Windows.
Solution:   Do not test with "\{" on MS-Windows.
This commit is contained in:
Bram Moolenaar
2021-10-17 18:05:26 +01:00
parent 21c1a0c2f1
commit 39c47c3104
2 changed files with 9 additions and 4 deletions

View File

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