1
0
forked from aniani/vim

updated for version 7.0g

This commit is contained in:
Bram Moolenaar
2006-04-30 18:54:39 +00:00
parent aa35dd1667
commit c9b4b05b35
282 changed files with 3456 additions and 3060 deletions

View File

@@ -8813,6 +8813,11 @@ ex_normal(eap)
char_u *p;
#endif
if (ex_normal_lock > 0)
{
EMSG(_(e_secure));
return;
}
if (ex_normal_busy >= p_mmd)
{
EMSG(_("E192: Recursive use of :normal too deep"));