mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
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:
@@ -1125,7 +1125,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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user