]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-218 v7.2.218
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2009 16:32:08 +0000 (16:32 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2009 16:32:08 +0000 (16:32 +0000)
src/gui.c
src/version.c

index c8ea70e0fde5f48016d315e74695519beacc9501..e42cb40449a724949a32302b107db8cd1bf86d78 100644 (file)
--- 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()
index a1fde9db15b8b78487405265f3aa4cde1a1e22b7..6017cfd30cd7b4d34a71e6f7a5f0ffa9444bb669 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    218,
 /**/
     217,
 /**/