mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	updated for version 7.0-047
This commit is contained in:
		
							
								
								
									
										2
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -3,4 +3,4 @@ | |||||||
| # This is just a stub for the Unix configure script, to provide support for | # This is just a stub for the Unix configure script, to provide support for | ||||||
| # doing "./configure" in the top Vim directory. | # doing "./configure" in the top Vim directory. | ||||||
|  |  | ||||||
| cd src && ./configure "$@" | cd src && exec ./configure "$@" | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								src/configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								src/configure
									
									
									
									
										vendored
									
									
								
							| @@ -2,5 +2,9 @@ | |||||||
| # run the automatically generated configure script | # run the automatically generated configure script | ||||||
| CONFIG_STATUS=auto/config.status \ | CONFIG_STATUS=auto/config.status \ | ||||||
| 	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache | 	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache | ||||||
|  | result=$? | ||||||
|  |  | ||||||
| # Stupid autoconf 2.5x causes this file to be left behind. | # Stupid autoconf 2.5x causes this file to be left behind. | ||||||
| if test -f configure.lineno; then rm -f configure.lineno; fi | if test -f configure.lineno; then rm -f configure.lineno; fi | ||||||
|  |  | ||||||
|  | exit $result | ||||||
|   | |||||||
| @@ -666,6 +666,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 */ | ||||||
|  | /**/ | ||||||
|  |     47, | ||||||
| /**/ | /**/ | ||||||
|     46, |     46, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user