diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-08-07 23:52:27 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-08-07 23:52:27 -0400 |
commit | 6da7d6890cc6e75a5477b0305d7c86501f960cf6 (patch) | |
tree | 6d3dcd1cfb7156397539069e9b4aa7c984fd121e /runtime/doc | |
parent | 852ebc6f0bab4e08f99f08d279776194172a4fac (diff) | |
parent | d69194ca8ca35a1f36d237a15d7b93b6b143327d (diff) | |
download | rneovim-6da7d6890cc6e75a5477b0305d7c86501f960cf6.tar.gz rneovim-6da7d6890cc6e75a5477b0305d7c86501f960cf6.tar.bz2 rneovim-6da7d6890cc6e75a5477b0305d7c86501f960cf6.zip |
Merge #5025 'input.c: Restore double click'
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index e00f27f9f0..60acfbf700 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4399,9 +4399,8 @@ A jump table for the options with a short description can be found at |Q_op|. *'mousetime'* *'mouset'* 'mousetime' 'mouset' number (default 500) global - Only for GUI, Windows and Unix with xterm. Defines the maximum - time in msec between two mouse clicks for the second click to be - recognized as a multi click. + Defines the maximum time in msec between two mouse clicks for the + second click to be recognized as a multi click. *'nrformats'* *'nf'* 'nrformats' 'nf' string (default "bin,hex") |