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 62a88f4 commit 150f055Copy full SHA for 150f055
2 files changed
src/testdir/summarize.vim
@@ -6,7 +6,7 @@ if 1
6
if a:type ==# 'executed'
7
let g:executed += (a:match+0)
8
elseif a:type ==# 'failed'
9
- let g:failed = a:match+0
+ let g:failed += a:match+0
10
elseif a:type ==# 'skipped'
11
let g:skipped += 1
12
call extend(g:skipped_output, ["\t".a:match])
src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
767
768
static int included_patches[] =
769
{ /* Add new patch number below this line */
770
+/**/
771
+ 1488,
772
/**/
773
1487,
774
0 commit comments