]> granicus.if.org Git - vim/commit
patch 8.2.3293: finding completions may cause an endless loop v8.2.3293
authorAndy Gozas <andy@gozas.me>
Thu, 5 Aug 2021 14:23:27 +0000 (16:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Aug 2021 14:23:27 +0000 (16:23 +0200)
commit6a230c6b32695393785ae64b440ce5f023a22382
treed4fe55c5a64ae1024bfd1f8ef6a41663879cabf6
parentbc67e5a0a494f5fc48e872d747371e31a782d171
patch 8.2.3293: finding completions may cause an endless loop

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)
src/insexpand.c
src/testdir/Make_all.mak
src/testdir/test_ins_complete_no_halt.vim [new file with mode: 0644]
src/version.c