forked from aniani/vim
patch 8.1.1840: Testing: WorkingClipboard() is not accurate
Problem: Testing: WorkingClipboard() is not accurate. Solution: Check feature clipboard_working instead.
This commit is contained in:
@@ -182,9 +182,7 @@ func Test_xterm_mouse_ctrl_click()
|
||||
endfunc
|
||||
|
||||
func Test_term_mouse_middle_click()
|
||||
if !WorkingClipboard()
|
||||
throw 'Skipped: No working clipboard'
|
||||
endif
|
||||
CheckFeature clipboard_working
|
||||
|
||||
new
|
||||
let save_mouse = &mouse
|
||||
|
||||
Reference in New Issue
Block a user