78

GitHub - wsdjeg/job.vim

 6 years ago
source link: https://github.com/wsdjeg/job.vim
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

wsdjeg/job.vim

master

Go to file

Code

Files

Permalink

Latest commit message
Commit time
November 27, 2016 18:39

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

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK