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 bff010b commit c7ffad7Copy full SHA for c7ffad7
src/testdir/test77.in
@@ -21,7 +21,9 @@ ggdG
21
:while i <= 2000000 | call append(i, range(i, i + 99)) | let i += 100 | endwhile
22
ggdd
23
:w! Xtest
24
-:!cksum Xtest > test.out
+:r !cksum Xtest
25
+:s/\s/ /g
26
+:.w! test.out
27
:qa!
28
ENDTEST
29
src/version.c
@@ -714,6 +714,8 @@ static char *(features[]) =
714
715
static int included_patches[] =
716
{ /* Add new patch number below this line */
717
+/**/
718
+ 510,
719
/**/
720
509,
721
0 commit comments