mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 09:31:47 +00:00
Merge pull request #36814 from zeertzjq/vim-9.1.1941
vim-patch:9.1.{1941,1945}
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user