Mercurial > vim
comparison src/version.c @ 9081:b2b915c1d311 v7.4.1825
commit https://github.com/vim/vim/commit/5d96e3ae534ade8ed09a5de9ff8fd7519537ec28
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 8 21:47:01 2016 +0200
patch 7.4.1825
Problem: When job writes to buffer nothing is written. (Nicola)
Solution: Do not discard a channel before writing is done.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 08 May 2016 22:00:06 +0200 |
parents | 2cd83c854073 |
children | 69bb7b230094 |
comparison
equal
deleted
inserted
replaced
9080:af3def158d85 | 9081:b2b915c1d311 |
---|---|
751 NULL | 751 NULL |
752 }; | 752 }; |
753 | 753 |
754 static int included_patches[] = | 754 static int included_patches[] = |
755 { /* Add new patch number below this line */ | 755 { /* Add new patch number below this line */ |
756 /**/ | |
757 1825, | |
756 /**/ | 758 /**/ |
757 1824, | 759 1824, |
758 /**/ | 760 /**/ |
759 1823, | 761 1823, |
760 /**/ | 762 /**/ |