Fix type in job_control doc

This commit is contained in:
Wang Shidong 2017-12-01 06:40:03 -06:00 committed by GitHub
parent 27f9b1c7b0
commit ee2e6d1d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ To control jobs, use the "job…" family of functions: |jobstart()|,
Example: >
function! s:JobHandler(job_id, data, event) dict
function! s:OnEvent(job_id, data, event) dict
if a:event == 'stdout'
let str = self.shell.' stdout: '.join(a:data)
elseif a:event == 'stderr'