]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-102 v7.0.102
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Sep 2006 08:25:49 +0000 (08:25 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Sep 2006 08:25:49 +0000 (08:25 +0000)
src/ex_getln.c
src/version.c

index e006631396688428c2fff78ba2dbe7e8cc55bb8e..35b131d851202dc0280f621a638ac4204c1495b2 100644 (file)
@@ -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())
     {
index 2565b7ab98a77b497dd35e96404fd770369c7a32..313a662319ab959ada9a0298319f4be4acb4723a 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    102,
 /**/
     101,
 /**/