mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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:
parent
ddbb5550b4
commit
e8938e507e
@ -21,7 +21,9 @@ ggdG
|
|||||||
:while i <= 2000000 | call append(i, range(i, i + 99)) | let i += 100 | endwhile
|
:while i <= 2000000 | call append(i, range(i, i + 99)) | let i += 100 | endwhile
|
||||||
ggdd
|
ggdd
|
||||||
:w! Xtest
|
:w! Xtest
|
||||||
:!cksum Xtest > test.out
|
:r !cksum Xtest
|
||||||
|
:s/\s/ /g
|
||||||
|
:.w! test.out
|
||||||
:qa!
|
:qa!
|
||||||
ENDTEST
|
ENDTEST
|
||||||
|
|
||||||
|
@ -714,6 +714,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
510,
|
||||||
/**/
|
/**/
|
||||||
509,
|
509,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user