aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/misc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c
index 5a5bd16b98..463c29405b 100644
--- a/src/nvim/misc1.c
+++ b/src/nvim/misc1.c
@@ -2735,7 +2735,7 @@ void preserve_exit(void)
*/
#ifndef BREAKCHECK_SKIP
-# define BREAKCHECK_SKIP 32
+# define BREAKCHECK_SKIP 1000
#endif
static int breakcheck_count = 0;