mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1-049
This commit is contained in:
parent
ef04586d9f
commit
179af2c90b
@ -673,7 +673,7 @@
|
|||||||
# define ESC_CHG_TO_ENG_MODE /* if defined, when ESC pressed,
|
# define ESC_CHG_TO_ENG_MODE /* if defined, when ESC pressed,
|
||||||
* turn to english mode
|
* turn to english mode
|
||||||
*/
|
*/
|
||||||
# if !defined(FEAT_XFONTSET) && defined(HAVE_X11)
|
# if !defined(FEAT_XFONTSET) && defined(HAVE_X11) && !defined(HAVE_GTK2)
|
||||||
# define FEAT_XFONTSET /* Hangul input requires xfontset */
|
# define FEAT_XFONTSET /* Hangul input requires xfontset */
|
||||||
# endif
|
# endif
|
||||||
# if defined(FEAT_XIM) && !defined(LINT)
|
# if defined(FEAT_XIM) && !defined(LINT)
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
49,
|
||||||
/**/
|
/**/
|
||||||
48,
|
48,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user