diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-04-11 15:12:38 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-04-11 15:12:38 -0400 |
commit | 9a363ca7a3174d8e278dee29bb8984909eeda693 (patch) | |
tree | 13828f1133ac5f2d723894ca82bd3ef0cefb539b /test | |
parent | 8171fc4cbc9cfe368bca7a7e711e198b976bf4f7 (diff) | |
parent | 0e65962a6838ef36f8c518f067e753cbf40a87e5 (diff) | |
download | rneovim-9a363ca7a3174d8e278dee29bb8984909eeda693.tar.gz rneovim-9a363ca7a3174d8e278dee29bb8984909eeda693.tar.bz2 rneovim-9a363ca7a3174d8e278dee29bb8984909eeda693.zip |
Merge pull request #2398 from mhinz/docs-remove-jobactivity
[RFC] Remove all references to JobActivity
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/job/job_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/job/job_spec.lua b/test/functional/job/job_spec.lua index 8191b63a1c..df989b3ef9 100644 --- a/test/functional/job/job_spec.lua +++ b/test/functional/job/job_spec.lua @@ -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()) |