From: Christian Brabandt Date: Sat, 10 Jan 2026 16:59:04 +0000 (+0000) Subject: patch 9.1.2075: tests: wrong change to test_ins_complete.vim X-Git-Tag: v9.1.2075^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28fd7e7702c8d328861b122ba87c41da33e7044b;p=thirdparty%2Fvim.git 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 Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/test_ins_complete.vim b/src/testdir/test_ins_complete.vim index e40683e163..37553e6dbc 100644 --- a/src/testdir/test_ins_complete.vim +++ b/src/testdir/test_ins_complete.vim @@ -1497,7 +1497,7 @@ func Test_complete_from_unloadedbuf() call writefile(['def'], "Xfile2", 'D') edit Xfile1 edit Xfile2 - new | bw + new | close enew bunload Xfile1 Xfile2 set complete=u @@ -1535,7 +1535,7 @@ func Test_complete_from_unlistedbuf() call writefile(['def'], "Xfile2", 'D') edit Xfile1 edit Xfile2 - new | bw + new | close bdel Xfile1 Xfile2 set complete=U " complete from an unlisted buffer diff --git a/src/version.c b/src/version.c index 19cfa47172..ef7ccf959d 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2075, /**/ 2074, /**/