diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-10-23 18:42:59 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-10-31 22:55:07 -0400 |
commit | bc5fb82c6d20b39e8b328f6f0b48d3b2e314facb (patch) | |
tree | e8d2c1e1668275d35963e3c45e15e90b1dc941de /test/functional/api/buffer_updates_spec.lua | |
parent | 88974c8e66c7d2b18d682dfee860dbc9839d160b (diff) | |
download | rneovim-bc5fb82c6d20b39e8b328f6f0b48d3b2e314facb.tar.gz rneovim-bc5fb82c6d20b39e8b328f6f0b48d3b2e314facb.tar.bz2 rneovim-bc5fb82c6d20b39e8b328f6f0b48d3b2e314facb.zip |
functionaltest: win: enable diffput,diffget test
Diffstat (limited to 'test/functional/api/buffer_updates_spec.lua')
-rw-r--r-- | test/functional/api/buffer_updates_spec.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/api/buffer_updates_spec.lua b/test/functional/api/buffer_updates_spec.lua index e5cc747f8a..b54d9e1f6e 100644 --- a/test/functional/api/buffer_updates_spec.lua +++ b/test/functional/api/buffer_updates_spec.lua @@ -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') |