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:
Marco Hinz
2015-04-10 15:22:46 +02:00
parent 8171fc4cbc
commit 0e65962a68
6 changed files with 12 additions and 15 deletions

View File

@@ -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())