diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-10-23 01:50:26 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-04 09:36:52 +0100 |
commit | 860ecd705588470b52094b7036c016b2af15f8c9 (patch) | |
tree | 7c3f9d737c1b2f997f0a4636a76c6fc1cc74a46f /runtime | |
parent | a39c8b7ce30ddeed4329c28c42b1b699103dccab (diff) | |
download | rneovim-860ecd705588470b52094b7036c016b2af15f8c9.tar.gz rneovim-860ecd705588470b52094b7036c016b2af15f8c9.tar.bz2 rneovim-860ecd705588470b52094b7036c016b2af15f8c9.zip |
vim-patch:8.0.0096: has('ttyin'), has('ttyout')
Nvim note: intentionally did not include `--ttyfail` since its purpose
is not clear. (And it isn't used in any Vim test files/scripts).
---
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.
https://github.com/vim/vim/commit/2cab0e191055a8145ccd46cd52869fbb9798b971
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 300bdd061e..271adc833d 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -8317,6 +8317,8 @@ termresponse Compiled with support for |t_RV| and |v:termresponse|. textobjects Compiled with support for |text-objects|. timers Compiled with |timer_start()| support. title Compiled with window title support |'title'|. +ttyin input is a terminal (tty) +ttyout output is a terminal (tty) unix Unix version of Vim. unnamedplus Compiled with support for "unnamedplus" in 'clipboard' user_commands User-defined commands. |