mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0150
This commit is contained in:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user