Problem: Compiler test fails with backslash file separator.
Solution: Accept slash and backslash.
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 assert_match('Last set from .*[/\\]compiler[/\\]perl.vim ', verbose_efm)
call setline(1, ['#!/usr/bin/perl -w', 'use strict;', 'my $foo=1'])
w!
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3587,
/**/
3586,
/**/