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:
Justin M. Keyes 2018-10-13 21:06:26 +02:00
parent 64b44018fa
commit 717e2db274

View File

@ -513,10 +513,6 @@ if has("terminal")
call append("$", "termkey\tkey that precedes Vim commands in a terminal window")
call append("$", "\t(local to window)")
call <SID>OptionL("tk")
if exists("&winptydll")
call append("$", "winptydll\tname of the winpty dynamic library")
call <SID>OptionG("winptydll", &winptydll)
endif
endif