diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-08-07 23:46:58 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-08-07 23:50:40 -0400 |
commit | d69194ca8ca35a1f36d237a15d7b93b6b143327d (patch) | |
tree | 9da7596f84409160608489cafb9b7eab8cc75b7a /runtime/doc | |
parent | 46492a472a6db7de6e1cbc24405455835ecd453e (diff) | |
download | rneovim-d69194ca8ca35a1f36d237a15d7b93b6b143327d.tar.gz rneovim-d69194ca8ca35a1f36d237a15d7b93b6b143327d.tar.bz2 rneovim-d69194ca8ca35a1f36d237a15d7b93b6b143327d.zip |
test: mouse_spec
- Use the default buffer text provided by before_each (avoids extra steps and
makes the tests more consistent with each other)
- Indent
- Adjust help doc
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") |