mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Resolve issues mentioned in PR review
This commit is contained in:
@@ -297,10 +297,6 @@ describe('jobs', function()
|
||||
eq({'notification', 'exit', {data, 0}}, next_msg())
|
||||
end)
|
||||
|
||||
it('can omit options', function()
|
||||
ok(eval([[jobstart('echo ""')]]) > 0)
|
||||
end)
|
||||
|
||||
it('can omit data callbacks', function()
|
||||
nvim('command', 'unlet g:job_opts.on_stdout')
|
||||
nvim('command', 'let g:job_opts.user = 5')
|
||||
|
||||
Reference in New Issue
Block a user