Patch 8.2.1369

3 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 5, 2020, 6:03:51 AM8/5/20
to vim...@googlegroups.com

Patch 8.2.1369
Problem: MS-Windows: autocommand test sometimes fails.
Solution: Do not rely on the cat command.
Files: src/testdir/test_autocmd.vim


*** ../vim-8.2.1368/src/testdir/test_autocmd.vim 2020-07-21 19:44:44.042389584 +0200
--- src/testdir/test_autocmd.vim 2020-08-05 12:01:23.544343400 +0200
***************
*** 1618,1624 ****
write
au! BufWritePre

! if executable('cat')
write XtestFilter
write >> XtestFilter

--- 1618,1624 ----
write
au! BufWritePre

! if has('unix')
write XtestFilter
write >> XtestFilter

*** ../vim-8.2.1368/src/version.c 2020-08-05 11:51:26.545858013 +0200
--- src/version.c 2020-08-05 12:02:11.428216997 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1369,
/**/

--
"Microsoft is like Coke. It's a secret formula, all the money is from
distribution, and their goal is to get Coke everywhere. Open source is like
selling water. There are water companies like Perrier and Poland Spring, but
you're competing with something that's free." -- Carl Howe


/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages