mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix: error
This commit is contained in:
parent
c11cf6b415
commit
e9819ca709
@ -44,7 +44,7 @@ endfunc
|
||||
|
||||
func Test_display_registers()
|
||||
" Disable clipboard
|
||||
let save_clipboard = g:clipboard
|
||||
let save_clipboard = get(g:, 'clipboard', {})
|
||||
let g:clipboard = {}
|
||||
|
||||
e file1
|
||||
|
Loading…
Reference in New Issue
Block a user