diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-02-21 06:33:18 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-02-21 06:33:18 -0300 |
commit | c48f835749913f48267ed3b389bdd333e19e6dc4 (patch) | |
tree | edc8d4310b1e4025697a4ae0e9f39c2973fb3725 /runtime | |
parent | 486d2e944dffb30d97d65c88bbcc77f6fd1208f6 (diff) | |
parent | 6293b5513c54557bbf56077374df83cb52344fa3 (diff) | |
download | rneovim-c48f835749913f48267ed3b389bdd333e19e6dc4.tar.gz rneovim-c48f835749913f48267ed3b389bdd333e19e6dc4.tar.bz2 rneovim-c48f835749913f48267ed3b389bdd333e19e6dc4.zip |
Merge PR #1997 'Remove term modules'
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/optwin.vim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index b062ea2d30..92ded381d0 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -514,20 +514,10 @@ endif call <SID>Header("terminal") -call append("$", "term\tname of the used terminal") -call <SID>OptionG("term", &term) -call append("$", "ttytype\talias for 'term'") -call <SID>OptionG("tty", &tty) -call append("$", "ttybuiltin\tcheck built-in termcaps first") -call <SID>BinOptionG("tbi", &tbi) -call append("$", "weirdinvert\tterminal that requires extra redrawing") -call <SID>BinOptionG("wiv", &wiv) call append("$", "esckeys\trecognize keys that start with <Esc> in Insert mode") call <SID>BinOptionG("ek", &ek) call append("$", "scrolljump\tminimal number of lines to scroll at a time") call append("$", " \tset sj=" . &sj) -call append("$", "ttyscroll\tmaximum number of lines to use scrolling instead of redrawing") -call append("$", " \tset tsl=" . &tsl) if has("gui") || has("msdos") || has("win32") call append("$", "guicursor\tspecifies what the cursor looks like in different modes") call <SID>OptionG("gcr", &gcr) |