mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0-102
This commit is contained in:
@@ -2363,7 +2363,7 @@ redrawcmd_preedit()
|
|||||||
{
|
{
|
||||||
if ((State & CMDLINE)
|
if ((State & CMDLINE)
|
||||||
&& xic != NULL
|
&& xic != NULL
|
||||||
&& im_get_status()
|
/* && im_get_status() doesn't work when using SCIM */
|
||||||
&& !p_imdisable
|
&& !p_imdisable
|
||||||
&& im_is_preediting())
|
&& im_is_preediting())
|
||||||
{
|
{
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
102,
|
||||||
/**/
|
/**/
|
||||||
101,
|
101,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user