aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/options.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-08-26 08:35:05 +0800
committerGitHub <noreply@github.com>2023-08-26 08:35:05 +0800
commitb1cfb299df2ef412339f594173ed23c75c090c8a (patch)
treea69da4fdc1e11c05a6dd73c8740ce00dc469c576 /runtime/lua/vim/_meta/options.lua
parent5d8ab32f3871b0232972cac1116ac7cba98389e5 (diff)
downloadrneovim-b1cfb299df2ef412339f594173ed23c75c090c8a.tar.gz
rneovim-b1cfb299df2ef412339f594173ed23c75c090c8a.tar.bz2
rneovim-b1cfb299df2ef412339f594173ed23c75c090c8a.zip
docs: various clarifications (#24876)
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
-rw-r--r--runtime/lua/vim/_meta/options.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua
index 8edb87df91..4fb3141df0 100644
--- a/runtime/lua/vim/_meta/options.lua
+++ b/runtime/lua/vim/_meta/options.lua
@@ -4323,8 +4323,9 @@ vim.go.mousemoveevent = vim.o.mousemoveevent
vim.go.mousemev = vim.go.mousemoveevent
--- This option controls the number of lines / columns to scroll by when
---- scrolling with a mouse. The option is a comma separated list of parts.
---- Each part consists of a direction and a count as follows:
+--- scrolling with a mouse wheel (`scroll-mouse-wheel`). The option is
+--- a comma-separated list. Each part consists of a direction and a count
+--- as follows:
--- direction:count,direction:count
--- Direction is one of either "hor" or "ver". "hor" controls horizontal
--- scrolling and "ver" controls vertical scrolling. Count sets the amount