# HG changeset patch # User vimboss # Date 1158222349 0 # Node ID 727ab557c58a3257743a8b7589d91e21975b54ea # Parent f88008797313e07112b8c4e549dc2217747fed98 updated for version 7.0-102 diff --git a/src/ex_getln.c b/src/ex_getln.c --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -2363,7 +2363,7 @@ redrawcmd_preedit() { if ((State & CMDLINE) && xic != NULL - && im_get_status() + /* && im_get_status() doesn't work when using SCIM */ && !p_imdisable && im_is_preediting()) { diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 102, +/**/ 101, /**/ 100,