mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
Merge pull request #5225 from equalsraf/windows-functionaltests
Enable functional tests in Appveyor
This commit is contained in:
@@ -4,6 +4,8 @@ local clear, feed = helpers.clear, helpers.feed
|
||||
local eval, eq, neq = helpers.eval, helpers.eq, helpers.neq
|
||||
local execute, source, expect = helpers.execute, helpers.source, helpers.expect
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('completion', function()
|
||||
local screen
|
||||
|
||||
|
Reference in New Issue
Block a user