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.
14ddd226da
This commit is contained in:
Jan Edmund Lazo
2020-08-07 21:45:17 -04:00
parent 4887c3dc1c
commit 9b361e9ea1

View File

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