diff options
-rw-r--r-- | runtime/optwin.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 83c509b7cb..64c1d9cfb3 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -510,6 +510,10 @@ 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 |