mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0-102
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
102,
|
||||
/**/
|
||||
101,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user