Files
vim-gitgutter/autoload/gitgutter
Andy Stewart 208b439585 Vim: remove unreliable way of preventing close callback for unsuccessful job.
Until this commit the err callback closed the channel to prevent the close
callback from being invoked, because the close callback invoked the out
handler (which we don't want when the job was unsuccessful).

This mostly worked but if closing the channel took too long, which it
seemed it could when dealing with large files, the close callback could
be called in the meantime.

This commit removes the unreliable code.  The parent commit ensured that
the close callback only calls the out handler when the job succeeded, so
we no longer need to try to prevent the close callback from being
called.
2018-11-17 17:22:53 +00:00
..
2018-02-12 14:25:11 +00:00
2018-10-18 09:48:57 +01:00
2018-10-18 15:39:47 +01:00
2018-11-17 11:24:36 +00:00