mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
functionaltest: win: enable diffput,diffget test
This commit is contained in:
parent
88974c8e66
commit
bc5fb82c6d
@ -538,10 +538,6 @@ describe('API: buffer events:', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it('works with :diffput and :diffget', function()
|
it('works with :diffput and :diffget', function()
|
||||||
if os.getenv("APPVEYOR") then
|
|
||||||
pending("Fails on appveyor for some reason.", function() end)
|
|
||||||
end
|
|
||||||
|
|
||||||
local b1, tick1 = editoriginal(true, {"AAA", "BBB"})
|
local b1, tick1 = editoriginal(true, {"AAA", "BBB"})
|
||||||
local channel = nvim('get_api_info')[1]
|
local channel = nvim('get_api_info')[1]
|
||||||
command('diffthis')
|
command('diffthis')
|
||||||
|
Loading…
Reference in New Issue
Block a user