mirror of
https://github.com/neovim/neovim
synced 2025-07-18 10:11:50 +00:00
fix: disable clipboard when test registers
This commit is contained in:
@ -43,6 +43,9 @@ func Test_yank_shows_register()
|
||||
endfunc
|
||||
|
||||
func Test_display_registers()
|
||||
" Disable clipboard
|
||||
let g:clipboard = {}
|
||||
|
||||
e file1
|
||||
e file2
|
||||
call setline(1, ['foo', 'bar'])
|
||||
|
Reference in New Issue
Block a user