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