mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 04:17:01 +00:00 
			
		
		
		
	functests: Do not forget about -i argument
Target: make all tests run with chmod -x ~/.config/nvim ~/.local/share/nvim.
This commit is contained in:
		| @@ -118,7 +118,7 @@ describe('server -> client', function() | ||||
|  | ||||
|   describe('when the client is a recursive vim instance', function() | ||||
|     before_each(function() | ||||
|       nvim('command', "let vim = rpcstart('"..nvim_prog.."', ['-u', 'NONE', '--embed'])") | ||||
|       nvim('command', "let vim = rpcstart('"..nvim_prog.."', ['-u', 'NONE', '-i', 'NONE', '--embed'])") | ||||
|       neq(0, eval('vim')) | ||||
|     end) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZyX
					ZyX