test: Remove -g flag from pynvim call in Screen.debug

The flag is no longer valid(pynvim always starts a GUI)
This commit is contained in:
Thiago de Arruda 2015-02-20 20:38:42 -03:00
parent d35820379f
commit aed19a7c5f

View File

@ -135,7 +135,7 @@ Screen.colors = colors
function Screen.debug(command) function Screen.debug(command)
if not command then if not command then
command = 'pynvim -n -g -c ' command = 'pynvim -n -c '
end end
command = command .. request('vim_eval', '$NVIM_LISTEN_ADDRESS') command = command .. request('vim_eval', '$NVIM_LISTEN_ADDRESS')
if debug_screen then if debug_screen then