aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/optwin.vim4
1 files changed, 0 insertions, 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 <SID>OptionL("tk")
- if exists("&winptydll")
- call append("$", "winptydll\tname of the winpty dynamic library")
- call <SID>OptionG("winptydll", &winptydll)
- endif
endif