mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
fix: disable clipboard when test registers
This commit is contained in:
parent
77c2edcacb
commit
dd63d93931
@ -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'])
|
||||||
|
Loading…
Reference in New Issue
Block a user