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

28fd7e7702

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2026-01-11 06:45:08 +08:00
parent 562bc0b371
commit 2ae56fbb39

View File

@@ -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