To: vim_dev@googlegroups.com Subject: Patch 8.2.3587 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///