mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
Remove all references to JobActivity
The JobActivity event got replaced by callback functions provided to
jobstart() or termopen().
It got removed here:
6e7757ad51
This commit is contained in:
@@ -61,7 +61,6 @@ describe('jobs', function()
|
||||
file:write("abc\0def\n")
|
||||
file:close()
|
||||
|
||||
-- v:job_data preserves NULs.
|
||||
nvim('command', "let j = jobstart(['cat', '"..filename.."'], g:job_opts)")
|
||||
eq({'notification', 'stdout', {0, {'abc\ndef', ''}}}, next_msg())
|
||||
eq({'notification', 'exit', {0, 0}}, next_msg())
|
||||
|
||||
Reference in New Issue
Block a user