aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-11-08 04:10:22 +0100
committerGitHub <noreply@github.com>2017-11-08 04:10:22 +0100
commite98bcf0523ce28c5159725cee1ec0662355aa65d (patch)
treed273d16a84ce67ac5c4573362047a9cfc4f7c91b /runtime
parentc46d6f8da25a841725b874adf787b90a0b04f790 (diff)
parent54cac3033f2c6e27c677681e8ca6d21e3fd9fc0a (diff)
downloadrneovim-e98bcf0523ce28c5159725cee1ec0662355aa65d.tar.gz
rneovim-e98bcf0523ce28c5159725cee1ec0662355aa65d.tar.bz2
rneovim-e98bcf0523ce28c5159725cee1ec0662355aa65d.zip
Merge #7465 has('ttyin'), has('ttyout')
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 0a62b4f08b..24d704017f 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -8335,6 +8335,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.