Merge pull request #36814 from zeertzjq/vim-9.1.1941

vim-patch:9.1.{1941,1945}
This commit is contained in:
zeertzjq
2025-12-03 09:39:35 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

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

View File

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