diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-05-05 22:00:43 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-05-18 11:06:54 -0400 |
commit | c50c831b85c9ca44cbc2857beaf8978bdcf99a7d (patch) | |
tree | a83e81df0c2c6947bd2041ba861443534e3d0c22 /runtime/optwin.vim | |
parent | 00cf632b2b0bfd5c3ced3ca15b34cae0b52cd06d (diff) | |
download | rneovim-c50c831b85c9ca44cbc2857beaf8978bdcf99a7d.tar.gz rneovim-c50c831b85c9ca44cbc2857beaf8978bdcf99a7d.tar.bz2 rneovim-c50c831b85c9ca44cbc2857beaf8978bdcf99a7d.zip |
Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.)
Because of 3baba1e7bc6698e6bc9f1d37fce88b30d6274bc9, it's dead code.
Helped-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r-- | runtime/optwin.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 986d445b30..a7e9b945f4 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -560,8 +560,6 @@ call append("$", "\tmouse button is used for") call <SID>OptionG("mousem", &mousem) call append("$", "mousetime\tmaximum time in msec to recognize a double-click") call append("$", " \tset mouset=" . &mouset) -call append("$", "ttymouse\t\"xterm\", \"xterm2\", \"dec\" or \"netterm\"; type of mouse") -call <SID>OptionG("ttym", &ttym) if has("mouseshape") call append("$", "mouseshape\twhat the mouse pointer looks like in different modes") call <SID>OptionG("mouses", &mouses) |