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:
parent
ff1cd39cfe
commit
14ddd226da
@ -1618,7 +1618,7 @@ func Test_change_mark_in_autocmds()
|
||||
write
|
||||
au! BufWritePre
|
||||
|
||||
if executable('cat')
|
||||
if has('unix')
|
||||
write XtestFilter
|
||||
write >> XtestFilter
|
||||
|
||||
|
@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1369,
|
||||
/**/
|
||||
1368,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user