mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Revert "vim-patch:8.0.0971: 'winptydll' missing from :options"
Revert f4e2df4527
.
We don't support 'winptydll' and probably don't have any reason to.
This commit is contained in:
parent
64b44018fa
commit
717e2db274
@ -513,10 +513,6 @@ if has("terminal")
|
|||||||
call append("$", "termkey\tkey that precedes Vim commands in a terminal window")
|
call append("$", "termkey\tkey that precedes Vim commands in a terminal window")
|
||||||
call append("$", "\t(local to window)")
|
call append("$", "\t(local to window)")
|
||||||
call <SID>OptionL("tk")
|
call <SID>OptionL("tk")
|
||||||
if exists("&winptydll")
|
|
||||||
call append("$", "winptydll\tname of the winpty dynamic library")
|
|
||||||
call <SID>OptionG("winptydll", &winptydll)
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user