summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-09-28 01:00:12 +0800
committerGitHub <noreply@github.com>2023-09-27 19:00:12 +0200
commit5277cfaf8afe847b7d4dcde6057fbecb001ab64e (patch)
treef162099e5cf55dc4a49ab18243d08c02b9eafb35 /runtime/doc/options.txt
parent54f70cf0780a797efaf0ff9fd4190215a3ff0eb7 (diff)
runtime(doc): mention mouse scrolling in scrollbind-quickadj (#13190)
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index c5123289ad..f7606397d9 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6757,9 +6757,9 @@ A jump table for the options with a short description can be found at |Q_op|.
*'scrollbind'* *'scb'* *'noscrollbind'* *'noscb'*
'scrollbind' 'scb' boolean (default off)
local to window
- See also |scroll-binding|. When this option is set, the current
- window scrolls as other scrollbind windows (windows that also have
- this option set) scroll. This option is useful for viewing the
+ See also |scroll-binding|. When this option is set, scrolling the
+ current window also scrolls other scrollbind windows (windows that
+ also have this option set). This option is useful for viewing the
differences between two versions of a file, see 'diff'.
See |'scrollopt'| for options that determine how this option should be
interpreted.