Skip to content

Commit c7ffad7

Browse files
committed
updated for version 7.3.510
Problem: Test 77 fails on Solaris 7. (Michael Soyka) Solution: Replace any tabs with spaces.
1 parent bff010b commit c7ffad7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/testdir/test77.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ ggdG
2121
:while i <= 2000000 | call append(i, range(i, i + 99)) | let i += 100 | endwhile
2222
ggdd
2323
:w! Xtest
24-
:!cksum Xtest > test.out
24+
:r !cksum Xtest
25+
:s/\s/ /g
26+
:.w! test.out
2527
:qa!
2628
ENDTEST
2729

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,8 @@ static char *(features[]) =
714714

715715
static int included_patches[] =
716716
{ /* Add new patch number below this line */
717+
/**/
718+
510,
717719
/**/
718720
509,
719721
/**/

0 commit comments

Comments
 (0)