commit | d75263c020a5044fa73bc8cd57ce73ca5e23b360 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 16:07:23 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 16:07:23 2016 +0200 |
tree | 90c14b44f93abba7f154da456f03a5b991fa2a41 | |
parent | 8e3d1b6326c103cc92f8d07b1161ee5172acf201 [diff] [blame] |
patch 7.4.1807 Problem: Test_out_close_cb sometimes fails. Solution: Always write DETACH to out, not err.
diff --git a/src/version.c b/src/version.c index 7c05b28..f0463d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1807, +/**/ 1806, /**/ 1805,