comparison runtime/doc/options.txt @ 15804:864ec0dd71b9 v8.1.0909

patch 8.1.0909: MS-Windows: using ConPTY even though it is not stable commit https://github.com/vim/vim/commit/d9ef1b8d77f304c83241f807c17ffa26c9033778 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 13 19:23:10 2019 +0100 patch 8.1.0909: MS-Windows: using ConPTY even though it is not stable Problem: MS-Windows: using ConPTY even though it is not stable. Solution: When ConPTY version is unstable, prefer using winpty. (Ken Takata, closes #3949)
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Feb 2019 19:30:09 +0100
parents c017195b121b
children 734b1928a5aa
comparison
equal deleted inserted replaced
15803:ed9724cb549d 15804:864ec0dd71b9
8110 feature on MS-Windows} 8110 feature on MS-Windows}
8111 Specify the virtual console (pty) used when opening the terminal 8111 Specify the virtual console (pty) used when opening the terminal
8112 window. 8112 window.
8113 8113
8114 Possible values are: 8114 Possible values are:
8115 "" use ConPTY if possible, winpty otherwise 8115 "" use ConPTY if it is stable, winpty otherwise
8116 "winpty" use winpty, fail if not supported 8116 "winpty" use winpty, fail if not supported
8117 "conpty" use |ConPTY|, fail if not supported 8117 "conpty" use |ConPTY|, fail if not supported
8118 8118
8119 |ConPTY| support depends on the platform (Windows 10 October 2018 8119 |ConPTY| support depends on the platform. Windows 10 October 2018
8120 edition). winpty support needs to be installed. If neither is 8120 Update is the first version that supports ConPTY, however it is still
8121 considered unstable. ConPTY might become stable in the next release
8122 of Windows 10. winpty support needs to be installed. If neither is
8121 supported then you cannot open a terminal window. 8123 supported then you cannot open a terminal window.
8122 8124
8123 *'terse'* *'noterse'* 8125 *'terse'* *'noterse'*
8124 'terse' boolean (default off) 8126 'terse' boolean (default off)
8125 global 8127 global