updated for version 7.3.510

Problem:    Test 77 fails on Solaris 7. (Michael Soyka)
Solution:   Replace any tabs with spaces.
This commit is contained in:
Bram Moolenaar
2012-04-30 11:34:28 +02:00
parent ddbb5550b4
commit e8938e507e
2 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,9 @@ ggdG
:while i <= 2000000 | call append(i, range(i, i + 99)) | let i += 100 | endwhile
ggdd
:w! Xtest
:!cksum Xtest > test.out
:r !cksum Xtest
:s/\s/ /g
:.w! test.out
:qa!
ENDTEST

View File

@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
510,
/**/
509,
/**/