From 179af2c90b937c27a8bac1d985c89e0972dfbb0a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 3 Aug 2007 20:02:28 +0000 Subject: [PATCH] updated for version 7.1-049 --- src/feature.h | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/feature.h b/src/feature.h index aa694e66e..734f6e64c 100644 --- a/src/feature.h +++ b/src/feature.h @@ -673,7 +673,7 @@ # define ESC_CHG_TO_ENG_MODE /* if defined, when ESC pressed, * 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 */ # endif # if defined(FEAT_XIM) && !defined(LINT) diff --git a/src/version.c b/src/version.c index 31841b3d5..a9ec99173 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 49, /**/ 48, /**/ -- 2.50.1