diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-13 21:06:26 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-13 21:06:26 +0200 |
commit | 717e2db274c03757d6998477b9de9e29e07869a9 (patch) | |
tree | d8057be26c7ce7d883766b1876e08a7bc13d3a45 | |
parent | 64b44018fa17486fcc1e8b4121e42ab7e8008605 (diff) | |
download | rneovim-717e2db274c03757d6998477b9de9e29e07869a9.tar.gz rneovim-717e2db274c03757d6998477b9de9e29e07869a9.tar.bz2 rneovim-717e2db274c03757d6998477b9de9e29e07869a9.zip |
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.
-rw-r--r-- | runtime/optwin.vim | 4 |
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 |