]> granicus.if.org Git - vim/commitdiff
patch 8.2.1346: small build fails v8.2.1346
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Aug 2020 17:23:43 +0000 (19:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Aug 2020 17:23:43 +0000 (19:23 +0200)
Problem:    Small build fails.
Solution:   Add #ifdef.

src/ex_docmd.c
src/version.c

index 081d9e454c4b2aee2f96329c9aacab5c4773b792..7f9d716354fdbace3c504d57e236807607159cbf 100644 (file)
@@ -7276,9 +7276,10 @@ ex_copymove(exarg_T *eap)
 {
     long       n;
 
+#ifdef FEAT_EVAL
     if (not_in_vim9(eap) == FAIL)
        return;
-
+#endif
     n = get_address(eap, &eap->arg, eap->addr_type, FALSE, FALSE, FALSE, 1);
     if (eap->arg == NULL)          // error detected
     {
index fb8a37ce5cb40952980755d0037cf4c7eef63379..cdb26a25854d07140fb25fcd60eb1da09c67a30f 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1346,
 /**/
     1345,
 /**/