mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -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
|
||||
|
||||
func Test_display_registers()
|
||||
" Disable clipboard
|
||||
let g:clipboard = {}
|
||||
|
||||
e file1
|
||||
e file2
|
||||
call setline(1, ['foo', 'bar'])
|
||||
|
Loading…
Reference in New Issue
Block a user