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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202008051003.075A3gT93254514%40masaka.moolenaar.net.