mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.0.1337: typo in #ifdef
Problem: Typo in #ifdef. Solution: Fix the #if line.
This commit is contained in:
@@ -6487,7 +6487,7 @@ im_get_status()
|
|||||||
void
|
void
|
||||||
im_set_active(int active)
|
im_set_active(int active)
|
||||||
{
|
{
|
||||||
# ifdef(USE_IM_CONTROL) && defined(FEAT_EVAL)
|
# if defined(USE_IM_CONTROL) && defined(FEAT_EVAL)
|
||||||
if (p_imaf[0] != NUL)
|
if (p_imaf[0] != NUL)
|
||||||
call_imactivatefunc(p_imdisable ? FALSE : active);
|
call_imactivatefunc(p_imdisable ? FALSE : active);
|
||||||
# endif
|
# endif
|
||||||
|
@@ -771,6 +771,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 */
|
||||||
|
/**/
|
||||||
|
1337,
|
||||||
/**/
|
/**/
|
||||||
1336,
|
1336,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user