comparison runtime/doc/starting.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 9f48eab77d62
children 222b1432814e
comparison
equal deleted inserted replaced
10403:491b6a166e42 10404:65e0537a4560
418 418
419 *--not-a-term* 419 *--not-a-term*
420 --not-a-term Tells Vim that the user knows that the input and/or output is 420 --not-a-term Tells Vim that the user knows that the input and/or output is
421 not connected to a terminal. This will avoid the warning and 421 not connected to a terminal. This will avoid the warning and
422 the two second delay that would happen. {not in Vi} 422 the two second delay that would happen. {not in Vi}
423
424 *--ttyfail*
425 --ttyfail When the stdin or stdout is not a terminal (tty) then exit
426 right away.
423 427
424 *-d* 428 *-d*
425 -d Start in diff mode, like |vimdiff|. 429 -d Start in diff mode, like |vimdiff|.
426 {not in Vi} {not available when compiled without the |+diff| 430 {not in Vi} {not available when compiled without the |+diff|
427 feature} 431 feature}