mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
d35820379f
commit
aed19a7c5f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user