commit | ea83bf06b92baeb6d68a10d8e8ffad289d31dae2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 08 09:40:51 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 08 09:40:51 2016 +0200 |
tree | 9abc4597a8f5351d5050b28ba7fd9bef4f3ae8cf | |
parent | 4ed6b2e2d7fd5959fb9b9f608935d47305c4bbe4 [diff] [blame] |
patch 7.4.1822 Problem: Redirecting stdout of a channel to "null" doesn't work. (Nicola) Solution: Correct the file descriptor number.
diff --git a/src/version.c b/src/version.c index 56e9a3e..36eba98 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1822, +/**/ 1821, /**/ 1820,