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 <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2026-01-10 16:59:04 +00:00
parent b694561b4d
commit 28fd7e7702
2 changed files with 4 additions and 2 deletions
+2 -2
View 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
+2
View File
@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2075,
/**/
2074,
/**/