From aed19a7c5f148155672a2f87026d80fbde30a13f Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Fri, 20 Feb 2015 20:38:42 -0300 Subject: test: Remove -g flag from pynvim call in Screen.debug The flag is no longer valid(pynvim always starts a GUI) --- test/functional/ui/screen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/ui/screen.lua') diff --git a/test/functional/ui/screen.lua b/test/functional/ui/screen.lua index a20907791b..02841c98a0 100644 --- a/test/functional/ui/screen.lua +++ b/test/functional/ui/screen.lua @@ -135,7 +135,7 @@ Screen.colors = colors function Screen.debug(command) if not command then - command = 'pynvim -n -g -c ' + command = 'pynvim -n -c ' end command = command .. request('vim_eval', '$NVIM_LISTEN_ADDRESS') if debug_screen then -- cgit