Commit: patch 9.1.2075: tests: wrong change to test_ins_complete.vim

1 view
Skip to first unread message

Christian Brabandt

unread,
Jan 10, 2026, 12:16:10 PM (yesterday) Jan 10
to vim...@googlegroups.com
patch 9.1.2075: tests: wrong change to test_ins_complete.vim

Commit: https://github.com/vim/vim/commit/28fd7e7702c8d328861b122ba87c41da33e7044b
Author: Christian Brabandt <c...@256bit.org>
Date: Sat Jan 10 16:59:04 2026 +0000

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 <c...@256bit.org>

diff --git a/src/testdir/test_ins_complete.vim b/src/testdir/test_ins_complete.vim
index e40683e16..37553e6db 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 19cfa4717..ef7ccf959 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,
/**/
Reply all
Reply to author
Forward
0 new messages