]> granicus.if.org Git - vim/commitdiff
patch 8.1.2202: MS-Windows: build failure with GUI and small features v8.1.2202
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Oct 2019 19:43:16 +0000 (21:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Oct 2019 19:43:16 +0000 (21:43 +0200)
Problem:    MS-Windows: build failure with GUI and small features.
Solution:   Add #ifdef. (Michael Soyka, closes #5097)

src/gui_w32.c
src/version.c

index ae47873e4effb9065d1461bcace244554de3e709..4ee18634f6bec6367a3928f699c0617b60358bec 100644 (file)
@@ -2610,7 +2610,9 @@ ex_simalt(exarg_T *eap)
        key_name[1] = KS_EXTRA;
        key_name[2] = KE_NOP;
        key_name[3] = NUL;
+#if defined(FEAT_CLIENTSERVER) || defined(FEAT_EVAL)
        typebuf_was_filled = TRUE;
+#endif
        (void)ins_typebuf(key_name, REMAP_NONE, 0, TRUE, FALSE);
     }
 }
index c2c5584b497e2b64f13bfad3ac657e1901bcbcc9..7e627d2db1f163cd81a6d85a3abbdf059621969c 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2202,
 /**/
     2201,
 /**/