0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

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:
Bram Moolenaar 2020-08-05 12:02:40 +02:00
parent ff1cd39cfe
commit 14ddd226da
2 changed files with 3 additions and 1 deletions

View File

@ -1618,7 +1618,7 @@ func Test_change_mark_in_autocmds()
write
au! BufWritePre
if executable('cat')
if has('unix')
write XtestFilter
write >> XtestFilter

View File

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