mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
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:
@@ -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
|
||||
|
||||
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2075,
|
||||
/**/
|
||||
2074,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user