mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Enable clipboard provider tests in Windows
This commit is contained in:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user