mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 20:13:46 -05:00
Vim 7.4.1810 stopped sending DETACH to the out_cb handler to mark the end of the job's stdout. Instead we add a close_cb handler which does what the out_cb handler used to do upon receiving DETACH.