summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorAndy Gozas <andy@gozas.me>2021-08-05 16:23:27 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-05 16:23:27 +0200
commit6a230c6b32695393785ae64b440ce5f023a22382 (patch)
treed4fe55c5a64ae1024bfd1f8ef6a41663879cabf6 /src/testdir/Make_all.mak
parentbc67e5a0a494f5fc48e872d747371e31a782d171 (diff)
patch 8.2.3293: finding completions may cause an endless loopv8.2.3293
Problem: Finding completions may cause an endless loop. Solution: Use a better way to check coming back where the search started. (Andy Gozas, closes #8672, closes #8671)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 6feeecd3a8..3c54087a6d 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -162,6 +162,7 @@ NEW_TESTS = \
test_increment_dbcs \
test_indent \
test_ins_complete \
+ test_ins_complete_no_halt \
test_interrupt \
test_job_fails \
test_join \
@@ -405,6 +406,7 @@ NEW_TESTS_RES = \
test_increment_dbcs.res \
test_indent.res \
test_ins_complete.res \
+ test_ins_complete_no_halt.res \
test_interrupt.res \
test_job_fails.res \
test_join.res \