forked from aniani/vim
		
	updated for version 7.3.784
Problem: Error when 'guifontwide' has a comma. Solution: Use gui.wide_font. (Taro Muraoka)
This commit is contained in:
		| @@ -3107,7 +3107,8 @@ update_im_font() | |||||||
|     LOGFONT	lf_wide; |     LOGFONT	lf_wide; | ||||||
|  |  | ||||||
|     if (p_guifontwide != NULL && *p_guifontwide != NUL |     if (p_guifontwide != NULL && *p_guifontwide != NUL | ||||||
| 	    && get_logfont(&lf_wide, p_guifontwide, NULL, TRUE) == OK) | 	    && gui.wide_font != NOFONT | ||||||
|  | 	    && GetObject((HFONT)gui.wide_font, sizeof(lf_wide), &lf_wide)) | ||||||
| 	norm_logfont = lf_wide; | 	norm_logfont = lf_wide; | ||||||
|     else |     else | ||||||
| 	norm_logfont = sub_logfont; | 	norm_logfont = sub_logfont; | ||||||
|   | |||||||
| @@ -725,6 +725,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 */ | ||||||
|  | /**/ | ||||||
|  |     784, | ||||||
| /**/ | /**/ | ||||||
|     783, |     783, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user