mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -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)
|
||||
|
||||
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 channel = nvim('get_api_info')[1]
|
||||
command('diffthis')
|
||||
|
Loading…
Reference in New Issue
Block a user