Skip to content

Commit

Permalink
fix: disable clipboard when test registers
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Nov 19, 2021
1 parent 77c2edc commit dd63d93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nvim/testdir/test_registers.vim
Expand Up @@ -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'])
Expand Down

0 comments on commit dd63d93

Please sign in to comment.