From 717e2db274c03757d6998477b9de9e29e07869a9 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 13 Oct 2018 21:06:26 +0200 Subject: [PATCH] Revert "vim-patch:8.0.0971: 'winptydll' missing from :options" Revert f4e2df4527be36a630713fdaad92dd5d3e87756e. We don't support 'winptydll' and probably don't have any reason to. --- runtime/optwin.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 151f8907d6..0c9f0ed45e 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -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 OptionL("tk") - if exists("&winptydll") - call append("$", "winptydll\tname of the winpty dynamic library") - call OptionG("winptydll", &winptydll) - endif endif