0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0-102

This commit is contained in:
Bram Moolenaar
2006-09-14 08:25:49 +00:00
parent ac2adc79f7
commit 494c82ae16
2 changed files with 3 additions and 1 deletions

View 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())
{