mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00: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:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Thiago de Arruda
					Thiago de Arruda