summaryrefslogtreecommitdiffstats
path: root/src/quickfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickfix.c')
-rw-r--r--src/quickfix.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/quickfix.c b/src/quickfix.c
index 113318782e..e1e0d16e43 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -2215,8 +2215,10 @@ ex_make(eap)
{
apply_autocmds(EVENT_QUICKFIXCMDPRE, au_name,
curbuf->b_fname, TRUE, curbuf);
+# ifdef FEAT_EVAL
if (did_throw || force_abort)
return;
+# endif
}
#endif
@@ -2974,6 +2976,7 @@ ex_cbuffer(eap)
}
}
+#if defined(FEAT_EVAL) || defined(PROTO)
/*
* ":cexpr {expr}" command.
*/
@@ -2994,6 +2997,7 @@ ex_cexpr(eap)
clear_tv(tv);
}
+#endif
/*
* ":helpgrep {pattern}"