mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	functionaltest: win: enable diffput,diffget test
This commit is contained in:
		| @@ -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') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jan Edmund Lazo
					Jan Edmund Lazo