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/doc/quickref.txt | |
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/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 5daeb15c00..cd9236138a 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -902,7 +902,6 @@ Short explanation of each option: *option-list* 'toolbariconsize' 'tbis' size of the toolbar icons (for GTK 2 only) 'ttimeout' time out on mappings 'ttimeoutlen' 'ttm' time out time for key codes in milliseconds -'ttymouse' 'ttym' type of mouse codes generated 'ttyscroll' 'tsl' maximum number of lines for a scroll 'ttytype' 'tty' alias for 'term' 'undodir' 'udir' where to store undo files |