]> granicus.if.org Git - vim/commitdiff
patch 8.0.1337: typo in #ifdef v8.0.1337
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Nov 2017 14:24:56 +0000 (15:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Nov 2017 14:24:56 +0000 (15:24 +0100)
Problem:    Typo in #ifdef.
Solution:   Fix the #if line.

src/mbyte.c
src/version.c

index 54186d9c23174d1c38aa639f6881be70ce6fdec7..8bef7b8237c2e687f4417178eaed6bf9df566cc6 100644 (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
index 57c457675b6ba30a87b31129feb5cca2834298c1..6a1162bcfea68360ffa6e04883bafc8d7c3f78b8 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1337,
 /**/
     1336,
 /**/