comparison runtime/doc/options.txt @ 12138:bee3751f3d4e v8.0.0949

patch 8.0.0949: winpty.dll name is fixed commit https://github.com/vim/vim/commit/9e13aa7729486d79a530ecae1a7a95d10da27d61 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 16 23:14:08 2017 +0200 patch 8.0.0949: winpty.dll name is fixed Problem: winpty.dll name is fixed. Solution: Add the 'winptydll' option. Make the default name depend on whether it is a 32-bit or 64-bit build. (idea by Yasuhiro Matsumoto, closes #1978)
author Christian Brabandt <cb@256bit.org>
date Wed, 16 Aug 2017 23:15:03 +0200
parents 4f7081eb1e26
children 8d76a56861ec
comparison
equal deleted inserted replaced
12137:7b1eedab0ff1 12138:bee3751f3d4e
8829 Use 'winwidth' to set the minimal width of the current window. 8829 Use 'winwidth' to set the minimal width of the current window.
8830 This option is only checked when making a window smaller. Don't use a 8830 This option is only checked when making a window smaller. Don't use a
8831 large number, it will cause errors when opening more than a few 8831 large number, it will cause errors when opening more than a few
8832 windows. A value of 0 to 12 is reasonable. 8832 windows. A value of 0 to 12 is reasonable.
8833 8833
8834 *'winptydll'*
8835 'winptydll' string (default "winpty32.dll" or "winpty64.dll")
8836 global
8837 {not in Vi}
8838 {only available when compiled with the |terminal|
8839 feature on MS-Windows}
8840 Specifies the name of the winpty shared library, used for the
8841 |:terminal| command. The default depends on whether was build as a
8842 32-bit or 64-bit executable. If not found, "win32pty.dll" is tried as
8843 a fallback.
8844 Environment variables are expanded |:set_env|.
8845 This option cannot be set from a |modeline| or in the |sandbox|, for
8846 security reasons.
8847
8834 *'winwidth'* *'wiw'* *E592* 8848 *'winwidth'* *'wiw'* *E592*
8835 'winwidth' 'wiw' number (default 20) 8849 'winwidth' 'wiw' number (default 20)
8836 global 8850 global
8837 {not in Vi} 8851 {not in Vi}
8838 {not available when compiled without the |+vertsplit| 8852 {not available when compiled without the |+vertsplit|