mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 21:02:11 +00:00
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:
@@ -1604,7 +1604,7 @@ func Test_complete_from_unloadedbuf()
|
|||||||
call writefile(['def'], "Xfile2")
|
call writefile(['def'], "Xfile2")
|
||||||
edit Xfile1
|
edit Xfile1
|
||||||
edit Xfile2
|
edit Xfile2
|
||||||
new | bw
|
new | close
|
||||||
enew
|
enew
|
||||||
bunload Xfile1 Xfile2
|
bunload Xfile1 Xfile2
|
||||||
set complete=u
|
set complete=u
|
||||||
@@ -1643,7 +1643,7 @@ func Test_complete_from_unlistedbuf()
|
|||||||
call writefile(['def'], "Xfile2")
|
call writefile(['def'], "Xfile2")
|
||||||
edit Xfile1
|
edit Xfile1
|
||||||
edit Xfile2
|
edit Xfile2
|
||||||
new | bw
|
new | close
|
||||||
bdel Xfile1 Xfile2
|
bdel Xfile1 Xfile2
|
||||||
set complete=U
|
set complete=U
|
||||||
" complete from an unlisted buffer
|
" complete from an unlisted buffer
|
||||||
|
|||||||
Reference in New Issue
Block a user