Patch 8.2.3587

6 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 12, 2021, 11:10:29 AM11/12/21
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages