commit | c9b4b05b3544b434730eb218e848a1a441d5ffb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 30 18:54:39 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 30 18:54:39 2006 +0000 |
tree | c1550ddf398d2030ed25ee98e8342fcb41ac1c87 | |
parent | aa35dd1667c5903cdcc32ebe10f27bc6683c68a1 [diff] [blame] |
updated for version 7.0g
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 2fc5d0a..2f4766d 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -8813,6 +8813,11 @@ 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"));