mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -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:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user