We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d103ee7 commit cebfcffCopy full SHA for cebfcff
2 files changed
src/testdir/test_compiler.vim
@@ -28,8 +28,9 @@ func Test_compiler()
28
w!
29
call feedkeys(":make\<CR>\<CR>", 'tx')
30
let a=execute('clist')
31
- call assert_match("\n 1 Xfoo.pl:3: Global symbol \"\$foo\" "
32
- \ . "requires explicit package name", a)
+ call assert_match('\n \d\+ Xfoo.pl:3: Global symbol "$foo" '
+ \ . 'requires explicit package name', a)
33
+
34
35
let &shellslash = save_shellslash
36
call delete('Xfoo.pl')
src/version.c
@@ -757,6 +757,8 @@ static char *(features[]) =
757
758
static int included_patches[] =
759
{ /* Add new patch number below this line */
760
+/**/
761
+ 2054,
762
/**/
763
2053,
764
0 commit comments