Patch 8.2.3587 (after 8.2.3584)
Problem: Compiler test fails with backslash file separator.
Solution: Accept slash and backslash.
Files: src/testdir/test_compiler.vim
*** ../vim-8.2.3586/src/testdir/test_compiler.vim 2021-11-12
11:25:06.291264320 +0000
--- src/testdir/test_compiler.vim 2021-11-12 16:08:22.146820838 +0000
***************
*** 22,28 ****
call assert_fails('let g:current_compiler', 'E121:')
let verbose_efm = execute('verbose set efm')
! call assert_match('Last set from .*/compiler/perl.vim ', verbose_efm)
call setline(1, ['#!/usr/bin/perl -w', 'use strict;', 'my $foo=1'])
w!
--- 22,28 ----
call assert_fails('let g:current_compiler', 'E121:')
let verbose_efm = execute('verbose set efm')
! call assert_match('Last set from .*[/\\]compiler[/\\]perl.vim ',
verbose_efm)
call setline(1, ['#!/usr/bin/perl -w', 'use strict;', 'my $foo=1'])
w!
*** ../vim-8.2.3586/src/version.c 2021-11-12 16:06:00.007210755 +0000
--- src/version.c 2021-11-12 16:09:34.020611582 +0000
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3587,
/**/
--
Proverb: A nightingale that forgets the lyrics is a hummingbird.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20211112161019.3D3E6C80053%40moolenaar.net.