commit | fcb1e3d16832ce06da0dc38ecb7ab9aaa3ee4383 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 21:32:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 21:32:46 2016 +0100 |
tree | 59135ca051bf4f7f2fb68792651e6421cafd5e5f | |
parent | f92591f7f9fc78d2aced99befe444cb423b26df8 [diff] [blame] |
patch 7.4.1249 Problem: Crash when the process a channel is connected to exits. Solution: Use the file descriptor properly. Add a test. (Damien) Also add a test for eval().
diff --git a/src/version.c b/src/version.c index 80abec4..d06e161 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1249, +/**/ 1248, /**/ 1247,