# HG changeset patch # User vimboss # Date 1245861128 0 # Node ID f9c55e12835e88f072c46b20ac9dac25a46ca839 # Parent 3dfff6a80088c921b391d493c6c1231e4e64a656 updated for version 7.2-218 diff --git a/src/gui.c b/src/gui.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 218, +/**/ 217, /**/ 216,