mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Enable clipboard provider tests in Windows
This commit is contained in:
parent
f59bb4be6c
commit
1cb52309f1
@ -5,8 +5,6 @@ local Screen = require('test.functional.ui.screen')
|
||||
local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
|
||||
local execute, expect, eq, eval = helpers.execute, helpers.expect, helpers.eq, helpers.eval
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
local function basic_register_test(noblock)
|
||||
insert("some words")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user