mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
job control: reuse common job code for rpc jobs
This makes stderr and exit callbacks work for rpc jobs
This commit is contained in:
@@ -261,9 +261,8 @@ function! remote#host#LoadErrorForHost(host, log) abort
|
||||
\ 'You can try to see what happened '.
|
||||
\ 'by starting Neovim with the environment variable '.
|
||||
\ a:log . ' set to a file and opening the generated '.
|
||||
\ 'log file. Also, the host stderr will be available '.
|
||||
\ 'in Neovim log, so it may contain useful information. '.
|
||||
\ 'See also ~/.nvimlog.'
|
||||
\ 'log file. Also, the host stderr is available '.
|
||||
\ 'in messages.'
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user