0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.2-218

This commit is contained in:
Bram Moolenaar
2009-06-24 16:32:08 +00:00
parent 0c77b7ba51
commit a48b1659b3
2 changed files with 3 additions and 1 deletions

View File

@@ -959,7 +959,7 @@ gui_update_cursor(force, clear_selection)
guicolor_T fg, bg; guicolor_T fg, bg;
if ( if (
# ifdef HAVE_GTK2 # if defined(HAVE_GTK2) && !defined(FEAT_HANGULIN)
preedit_get_status() preedit_get_status()
# else # else
im_get_status() im_get_status()

View File

@@ -676,6 +676,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 */
/**/
218,
/**/ /**/
217, 217,
/**/ /**/