comparison runtime/doc/starting.txt @ 8253:1b6a589a0efc v7.4.1419

commit https://github.com/vim/vim/commit/49c39ff678e2ba9f7dc280b25368e12084a610cf Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 25 21:21:52 2016 +0100 patch 7.4.1419 Problem: Tests slowed down because of the "not a terminal" warning. Solution: Add the --not-a-term command line argument.
author Christian Brabandt <cb@256bit.org>
date Thu, 25 Feb 2016 21:30:04 +0100
parents 95d59081580f
children 88207f4b861a
comparison
equal deleted inserted replaced
8252:5967a5b23715 8253:1b6a589a0efc
412 -T {terminal} Set the terminal type to "terminal". This influences the 412 -T {terminal} Set the terminal type to "terminal". This influences the
413 codes that Vim will send to your terminal. This is normally 413 codes that Vim will send to your terminal. This is normally
414 not needed, because Vim will be able to find out what type 414 not needed, because Vim will be able to find out what type
415 of terminal you are using. (See |terminal-info|.) {not in Vi} 415 of terminal you are using. (See |terminal-info|.) {not in Vi}
416 416
417 --not-a-term Tells Vim that the user knows that the input and/or output is
418 not connected to a terminal. This will avoid the warning and
419 the two second delay that would happen.
420
417 *-d* 421 *-d*
418 -d Start in diff mode, like |vimdiff|. 422 -d Start in diff mode, like |vimdiff|.
419 {not in Vi} {not available when compiled without the |+diff| 423 {not in Vi} {not available when compiled without the |+diff|
420 feature} 424 feature}
421 425