comparison runtime/doc/eval.txt @ 10404:65e0537a4560 v8.0.0096

commit https://github.com/vim/vim/commit/2cab0e191055a8145ccd46cd52869fbb9798b971 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 24 15:09:07 2016 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Nov 2016 15:15:04 +0100
parents c78513465e6e
children e664ee056a84
comparison
equal deleted inserted replaced
10403:491b6a166e42 10404:65e0537a4560
8414 tgetent Compiled with tgetent support, able to use a termcap 8414 tgetent Compiled with tgetent support, able to use a termcap
8415 or terminfo file. 8415 or terminfo file.
8416 timers Compiled with |timer_start()| support. 8416 timers Compiled with |timer_start()| support.
8417 title Compiled with window title support |'title'|. 8417 title Compiled with window title support |'title'|.
8418 toolbar Compiled with support for |gui-toolbar|. 8418 toolbar Compiled with support for |gui-toolbar|.
8419 ttyin input is a terminal (tty)
8420 ttyout output is a terminal (tty)
8419 unix Unix version of Vim. 8421 unix Unix version of Vim.
8420 user_commands User-defined commands. 8422 user_commands User-defined commands.
8421 vertsplit Compiled with vertically split windows |:vsplit|. 8423 vertsplit Compiled with vertically split windows |:vsplit|.
8422 vim_starting True while initial source'ing takes place. |startup| 8424 vim_starting True while initial source'ing takes place. |startup|
8423 *vim_starting* 8425 *vim_starting*