summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-06 23:42:22 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-06 23:42:22 +0000
commitfdac490defec76f1c7720c190d6a5b3d6b366748 (patch)
treed4ffe4b8987061d13c6d7e0b89bd469d6e17b6c2 /src/ex_cmds.c
parent8bf59b9507ddbefc5dde748b4cb5e98d85e4962f (diff)
updated for version 7.0056v7.0056
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r--src/ex_cmds.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index 419c1981d2..0a64880614 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -4663,6 +4663,7 @@ ex_global(eap)
return;
}
+#if 0
#ifdef HAVE_SETJMP_H
/*
* Matching with a regexp may cause a very deep recursive call of
@@ -4682,6 +4683,7 @@ ex_global(eap)
goto jumpend;
}
#endif
+#endif
/*
* pass 1: set marks for each (not) matching line
@@ -4698,10 +4700,12 @@ ex_global(eap)
line_breakcheck();
}
+#if 0
#ifdef HAVE_SETJMP_H
jumpend:
mch_endjmp();
#endif
+#endif
/*
* pass 2: execute the command for each line that has been marked