From c50c831b85c9ca44cbc2857beaf8978bdcf99a7d Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Tue, 5 May 2015 22:00:43 -0400 Subject: Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.) Because of 3baba1e7bc6698e6bc9f1d37fce88b30d6274bc9, it's dead code. Helped-by: Justin M. Keyes --- runtime/optwin.vim | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/optwin.vim') 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 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 OptionG("ttym", &ttym) if has("mouseshape") call append("$", "mouseshape\twhat the mouse pointer looks like in different modes") call OptionG("mouses", &mouses) -- cgit