Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

97 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages