mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	Small changes to the test files. (John Beckett)
This commit is contained in:
		| @@ -11,7 +11,8 @@ If Vim was not compiled with the +windows feature, the tiny.vim script will be | |||||||
| set like small.vim above.  tiny.vim is sourced by tests that require the | set like small.vim above.  tiny.vim is sourced by tests that require the | ||||||
| +windows feature or other features that are missing in the tiny version. | +windows feature or other features that are missing in the tiny version. | ||||||
|  |  | ||||||
| If Vim was not compiled with the +multi_byte feature, the mbyte.vim script will be set like small.vim above.  mbyte.vim is sourced by tests that require the | If Vim was not compiled with the +multi_byte feature, the mbyte.vim script will | ||||||
|  | be set like small.vim above.  mbyte.vim is sourced by tests that require the | ||||||
| +multi_byte feature. | +multi_byte feature. | ||||||
| Similar logic is applied to the +mzscheme feature, using mzscheme.vim. | Similar logic is applied to the +mzscheme feature, using mzscheme.vim. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,3 +1,3 @@ | |||||||
| This file is just to test "gf" in test 17. | This file is just to test "gf" in test 17. | ||||||
| The contents is not importent. | The contents is not important. | ||||||
| Just testing! | Just testing! | ||||||
|   | |||||||
| @@ -1,3 +1,3 @@ | |||||||
| This file is just to test "gf" in test 17. | This file is just to test "gf" in test 17. | ||||||
| The contents is not importent. | The contents is not important. | ||||||
| Just testing! | Just testing! | ||||||
|   | |||||||
| @@ -29,6 +29,11 @@ STARTTEST | |||||||
| : !copy XXUnix,XXMac XXUxMac. | : !copy XXUnix,XXMac XXUxMac. | ||||||
| : !copy XXDos,XXMac  XXDosMac. | : !copy XXDos,XXMac  XXDosMac. | ||||||
| : !copy XXUnix,XXDos,XXMac XXUxDsMc. | : !copy XXUnix,XXDos,XXMac XXUxDsMc. | ||||||
|  | :elseif has("win32") | ||||||
|  | : !copy /b XXUnix+XXDos XXUxDs | ||||||
|  | : !copy /b XXUnix+XXMac XXUxMac | ||||||
|  | : !copy /b XXDos+XXMac XXDosMac | ||||||
|  | : !copy /b XXUnix+XXDos+XXMac XXUxDsMc | ||||||
| :else | :else | ||||||
| : !cat XXUnix XXDos >XXUxDs | : !cat XXUnix XXDos >XXUxDs | ||||||
| : !cat XXUnix XXMac >XXUxMac | : !cat XXUnix XXMac >XXUxMac | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user