0
0
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:
Bram Moolenaar
2017-11-25 15:24:56 +01:00
parent 6315a9ae92
commit 50d43153a7
2 changed files with 3 additions and 1 deletions

View File

@@ -6487,7 +6487,7 @@ im_get_status()
void
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)
call_imactivatefunc(p_imdisable ? FALSE : active);
# endif