fix: disable clipboard when test registers

This commit is contained in:
Shougo Matsushita 2021-05-14 21:55:14 +09:00
parent 77c2edcacb
commit dd63d93931

View File

@ -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'])