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

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'