Xuyuanp / nerdtree-git-plugin

A plugin of NERDTree showing git status
Do What The F*ck You Want To Public License
2.08k stars 150 forks source link

Used nl mode for vim8 job #155

Closed Xuyuanp closed 4 years ago

Xuyuanp commented 4 years ago

Description of Changes

Closes #150 #156

Xuyuanp commented 4 years ago

"exit_cb": handler Callback for when the job ends. The arguments are the job and the exit status. Vim checks up to 10 times per second for jobs that ended. The check can also be triggered by calling job_status(), which may then invoke the exit_cb handler. Note that data can be buffered, callbacks may still be called after the process ends.