mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
fix: error
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user