Skip to content

wsdjeg/job.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

job.vim

An job api for vim and neovim

usage

func! s:on_stdout(id, data, event) abort

endf

func! s:on_stderr(id, data, event) abort

endf

func! s:on_exit(id, data, event) abort

endf

call job#start(argv,
 \ 'on_stdout' : function('s:on_stdout'),
 \ 'on_stderr' : function('s:on_stderr'),
 \ 'on_exit' : function('s:on_exit'),
 \ )

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published