]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.2075: tests: wrong change to test_ins_complete.vim v9.1.2075
authorChristian Brabandt <cb@256bit.org>
Sat, 10 Jan 2026 16:59:04 +0000 (16:59 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 10 Jan 2026 16:59:04 +0000 (16:59 +0000)
Problem:  tests: wrong change to test_ins_complete.vim
          (zeertzjq, after v9.1.2071)
Solution: Revert unintentional changes

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_ins_complete.vim
src/version.c

index e40683e16383913847cfd24664fcaef4c246f524..37553e6dbcc74f0abbd2304648c4e0b8659d8eb6 100644 (file)
@@ -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
index 19cfa47172f047e284f6ca4172369454605ee829..ef7ccf959d745480a8208f8c1d237dbb486bfcd2 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2075,
 /**/
     2074,
 /**/