diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-11-01 10:00:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 10:00:35 +0100 |
commit | 11b438eb6663b74149633b767061992c00496fb8 (patch) | |
tree | f76e077b24a7f55b18241ad39364ae0b37dbbb59 /test/functional/api/buffer_updates_spec.lua | |
parent | f9fe903579033791e4233e8d55613634492702f5 (diff) | |
parent | 8ce3d0174eb25d6b48995106a7a62c663fd95bac (diff) | |
download | rneovim-11b438eb6663b74149633b767061992c00496fb8.tar.gz rneovim-11b438eb6663b74149633b767061992c00496fb8.tar.bz2 rneovim-11b438eb6663b74149633b767061992c00496fb8.zip |
Merge #8378 from janlazo/win_functional_tests
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') |