forked from aniani/vim
		
	updated for version 7.0-078
This commit is contained in:
		| @@ -1441,7 +1441,7 @@ EXTERN char_u e_re_corr[]	INIT(= N_("E44: Corrupted regexp program")); | ||||
| EXTERN char_u e_readonly[]	INIT(= N_("E45: 'readonly' option is set (add ! to override)")); | ||||
| #ifdef FEAT_EVAL | ||||
| EXTERN char_u e_readonlyvar[]	INIT(= N_("E46: Cannot change read-only variable \"%s\"")); | ||||
| EXTERN char_u e_readonlysbx[]	INIT(= N_("E46: Cannot set variable in the sandbox: \"%s\"")); | ||||
| EXTERN char_u e_readonlysbx[]	INIT(= N_("E794: Cannot set variable in the sandbox: \"%s\"")); | ||||
| #endif | ||||
| #ifdef FEAT_QUICKFIX | ||||
| EXTERN char_u e_readerrf[]	INIT(= N_("E47: Error while reading errorfile")); | ||||
|   | ||||
| @@ -666,6 +666,8 @@ static char *(features[]) = | ||||
|  | ||||
| static int included_patches[] = | ||||
| {   /* Add new patch number below this line */ | ||||
| /**/ | ||||
|     78, | ||||
| /**/ | ||||
|     77, | ||||
| /**/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user