neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 2ae56fbb39e7e7e26c8dcad6e7e99060e3cc479a
parent 562bc0b37117a219cb4945fd99427f26762aae8c
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sun, 11 Jan 2026 06:45:08 +0800

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

https://github.com/vim/vim/commit/28fd7e7702c8d328861b122ba87c41da33e7044b

Co-authored-by: Christian Brabandt <cb@256bit.org>

Diffstat:
Mtest/old/testdir/test_ins_complete.vim | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/old/testdir/test_ins_complete.vim b/test/old/testdir/test_ins_complete.vim @@ -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