From 2ae56fbb39e7e7e26c8dcad6e7e99060e3cc479a Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 11 Jan 2026 06:45:08 +0800 Subject: [PATCH] vim-patch:9.1.2075: tests: wrong change to test_ins_complete.vim Problem: tests: wrong change to test_ins_complete.vim (zeertzjq, after v9.1.2071) Solution: Revert unintentional changes https://github.com/vim/vim/commit/28fd7e7702c8d328861b122ba87c41da33e7044b Co-authored-by: Christian Brabandt --- test/old/testdir/test_ins_complete.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/old/testdir/test_ins_complete.vim b/test/old/testdir/test_ins_complete.vim index 8d560dae19..15e7964c45 100644 --- a/test/old/testdir/test_ins_complete.vim +++ b/test/old/testdir/test_ins_complete.vim @@ -1604,7 +1604,7 @@ func Test_complete_from_unloadedbuf() call writefile(['def'], "Xfile2") edit Xfile1 edit Xfile2 - new | bw + new | close enew bunload Xfile1 Xfile2 set complete=u @@ -1643,7 +1643,7 @@ func Test_complete_from_unlistedbuf() call writefile(['def'], "Xfile2") edit Xfile1 edit Xfile2 - new | bw + new | close bdel Xfile1 Xfile2 set complete=U " complete from an unlisted buffer