diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-02-16 13:35:13 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-02-16 13:35:13 +0100 |
commit | 5acd9872580a12ca1138275bf65d1cb9349e2a53 (patch) | |
tree | 5a16f122fbc1383b13f654e3b86e15b09314ca70 /runtime | |
parent | d634024b90c7ae6ff08c1970646f1bca91f5611f (diff) | |
download | vim-git-5acd9872580a12ca1138275bf65d1cb9349e2a53.tar.gz |
patch 8.1.0929: no error when requesting ConPTY but it's not availablev8.1.0929
Problem: No error when requesting ConPTY but it's not available.
Solution: Add an error message. (Hirohito Higashi, closes #3967)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/terminal.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index 4b009d32f..42fe2c9d9 100644 --- a/runtime/doc/terminal.txt +++ b/runtime/doc/terminal.txt @@ -413,13 +413,13 @@ Just put the files somewhere in your PATH. You can set the 'winptydll' option to point to the right file, if needed. If you have both the 32-bit and 64-bit version, rename to winpty32.dll and winpty64.dll to match the way Vim was build. - *ConPTY* + *ConPTY* *E982* On more recent versions of MS-Windows 10 (beginning with the "October 2018 Update"), winpty is no longer required. On those versions, |:terminal| will use Windows' built-in support for hosting terminal applications, "ConPTY". When ConPTY is in use, there may be rendering artifacts regarding ambiguous-width -characters. If you encounter any such issues, set 'termwintype' to "winpty" -(which you then must have instlled). +characters. If you encounter any such issues, install "winpty". Until the +ConPTY problems have been fixed "winpty" will be preferred. Environment variables are used to pass information to the running job: VIM_SERVERNAME v:servername |