mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 13:27:43 +00:00
Mark some functional tests as pending in Windows
This commit is contained in:
committed by
Rui Abreu Ferreira
parent
0089ef6b65
commit
39c628d031
@@ -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