mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 18:46:38 +00:00
Fix type in job_control doc
This commit is contained in:
@@ -30,7 +30,7 @@ To control jobs, use the "job…" family of functions: |jobstart()|,
|
|||||||
|
|
||||||
Example: >
|
Example: >
|
||||||
|
|
||||||
function! s:JobHandler(job_id, data, event) dict
|
function! s:OnEvent(job_id, data, event) dict
|
||||||
if a:event == 'stdout'
|
if a:event == 'stdout'
|
||||||
let str = self.shell.' stdout: '.join(a:data)
|
let str = self.shell.' stdout: '.join(a:data)
|
||||||
elseif a:event == 'stderr'
|
elseif a:event == 'stderr'
|
||||||
|
|||||||
Reference in New Issue
Block a user