]> granicus.if.org Git - vim/commitdiff
patch 8.1.0521: cannot build with +eval but without +quickfix v8.1.0521
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Nov 2018 20:22:57 +0000 (21:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Nov 2018 20:22:57 +0000 (21:22 +0100)
Problem:    Cannot build with +eval but without +quickfix.
Solution:   Remove #ifdef for e_stringreq. (John Marriott)

src/evalfunc.c
src/version.c

index afad8be6f449fee4c2b5ceecc42d377ea4ab0e85..f55739ed5dfd2a8a41987d4ec675bb110a6015d2 100644 (file)
@@ -29,9 +29,7 @@
 #endif
 
 static char *e_listarg = N_("E686: Argument of %s must be a List");
-#ifdef FEAT_QUICKFIX
 static char *e_stringreq = N_("E928: String required");
-#endif
 
 #ifdef FEAT_FLOAT
 static void f_abs(typval_T *argvars, typval_T *rettv);
index e3491a00232ab16ff63d5148dd74b4a2aa822d4a..8aeda6716a6d4c6f2aec0b85b3b8a9f5ba5ad1bd 100644 (file)
@@ -792,6 +792,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    521,
 /**/
     520,
 /**/