From: Bram Moolenaar Date: Wed, 24 Jun 2009 16:32:08 +0000 (+0000) Subject: updated for version 7.2-218 X-Git-Tag: v7.2.218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a48b1659b3848096d6086b22bb428dcb016181aa;p=vim updated for version 7.2-218 --- diff --git a/src/gui.c b/src/gui.c index c8ea70e0f..e42cb4044 100644 --- a/src/gui.c +++ b/src/gui.c @@ -959,7 +959,7 @@ gui_update_cursor(force, clear_selection) guicolor_T fg, bg; if ( -# ifdef HAVE_GTK2 +# if defined(HAVE_GTK2) && !defined(FEAT_HANGULIN) preedit_get_status() # else im_get_status() diff --git a/src/version.c b/src/version.c index a1fde9db1..6017cfd30 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 218, /**/ 217, /**/