neovim

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

commit 6d875a03bb5c4f06764ac76e642a8a0b536b0540
parent 6456a7cd1e5995158e41f6569e7a457f0b44e09d
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed,  3 Dec 2025 09:39:35 +0800

Merge pull request #36814 from zeertzjq/vim-9.1.1941

vim-patch:9.1.{1941,1945}
Diffstat:
Mtest/old/testdir/test_bufwintabinfo.vim | 1+
Mtest/old/testdir/test_registers.vim | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/old/testdir/test_bufwintabinfo.vim b/test/old/testdir/test_bufwintabinfo.vim @@ -112,6 +112,7 @@ func Test_getbufwintabinfo() call assert_true(winlist[2].quickfix) call assert_false(winlist[2].loclist) wincmd t | only + %bw! endfunc function Test_get_wininfo_leftcol() diff --git a/test/old/testdir/test_registers.vim b/test/old/testdir/test_registers.vim @@ -561,7 +561,7 @@ func Test_execute_register() new call feedkeys("@=\<BS>ax\<CR>y", 'xt') call assert_equal(['x', 'y'], getline(1, '$')) - close! + bw! " cannot execute a register in operator pending mode call assert_beeps('normal! c@r')