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 bdd2c29 commit 7eaafe6Copy full SHA for 7eaafe6
2 files changed
src/testdir/summarize.vim
@@ -28,7 +28,7 @@ if 1
28
" This uses the :s command to just fetch and process the output of the
29
" tests, it doesn't actually replace anything.
30
" And it uses "silent" to avoid reporting the number of matches.
31
- silent %s/^Executed\s\+\zs\d\+\ze\s\+tests\?/\=Count(submatch(0),'executed')/egn
+ silent %s/Executed\s\+\zs\d\+\ze\s\+tests\?/\=Count(submatch(0),'executed')/egn
32
silent %s/^SKIPPED \zs.*/\=Count(submatch(0), 'skipped')/egn
33
silent %s/^\(\d\+\)\s\+FAILED:/\=Count(submatch(1), 'failed')/egn
34
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1041,
759
/**/
760
1040,
761
0 commit comments