commit | 2cab0e191055a8145ccd46cd52869fbb9798b971 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 15:09:07 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 15:09:07 2016 +0100 |
tree | 0c3a83114c182262e07fa5434beeac799358e824 | |
parent | 182707ac10d77359bf7a87c6b23ce4025d5b0ad4 [diff] [blame] |
patch 8.0.0096 Problem: When the input or output is not a tty Vim appears to hang. Solution: Add the --ttyfail argument. Also add the "ttyin" and "ttyout" features to be able to check in Vim script.
diff --git a/src/version.c b/src/version.c index 731a685..e259000 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 96, +/**/ 95, /**/ 94,