forked from aniani/vim
patch 8.2.1369: MS-Windows: autocommand test sometimes fails
Problem: MS-Windows: autocommand test sometimes fails. Solution: Do not rely on the cat command.
This commit is contained in:
@@ -1618,7 +1618,7 @@ func Test_change_mark_in_autocmds()
|
|||||||
write
|
write
|
||||||
au! BufWritePre
|
au! BufWritePre
|
||||||
|
|
||||||
if executable('cat')
|
if has('unix')
|
||||||
write XtestFilter
|
write XtestFilter
|
||||||
write >> XtestFilter
|
write >> XtestFilter
|
||||||
|
|
||||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1369,
|
||||||
/**/
|
/**/
|
||||||
1368,
|
1368,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user