mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	updated for version 7.3.496
Problem:    MS-DOS: When "diff" trips over difference in line separators some
            tests fail.
Solution:   Make some .ok files use unix line separators. (David Pope)
			
			
This commit is contained in:
		| @@ -52,7 +52,8 @@ win32:	fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32) | |||||||
|  |  | ||||||
| fixff: | fixff: | ||||||
| 	-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok | 	-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok | ||||||
| 	-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q dotest.in | 	-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \ | ||||||
|  | 		dotest.in test60.ok test71.ok test74.ok | ||||||
|  |  | ||||||
| clean: | clean: | ||||||
| 	-del *.out | 	-del *.out | ||||||
|   | |||||||
| @@ -75,6 +75,8 @@ win32:	fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32) | |||||||
|  |  | ||||||
| fixff: | fixff: | ||||||
| 	-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok | 	-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok | ||||||
|  | 	-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \ | ||||||
|  | 		dotest.in test60.ok test71.ok test74.ok | ||||||
|  |  | ||||||
| clean: | clean: | ||||||
| 	-$(DEL) *.out | 	-$(DEL) *.out | ||||||
|   | |||||||
| @@ -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 */ | ||||||
|  | /**/ | ||||||
|  |     496, | ||||||
| /**/ | /**/ | ||||||
|     495, |     495, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user