diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-09-28 05:22:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 05:22:09 +0800 |
commit | 86b7d8a9f54d572e6866d6a24476d2369a288f79 (patch) | |
tree | 53362278dcf3b3d6b19c1261d96b35744a15a538 /runtime/lua/vim/_meta/options.lua | |
parent | 1783023da7391bb4f66bd603af11b2192dddff3a (diff) | |
download | rneovim-86b7d8a9f54d572e6866d6a24476d2369a288f79.tar.gz rneovim-86b7d8a9f54d572e6866d6a24476d2369a288f79.tar.bz2 rneovim-86b7d8a9f54d572e6866d6a24476d2369a288f79.zip |
vim-patch:5277cfaf8afe (#25397)
runtime(doc): mention mouse scrolling in scrollbind-quickadj (vim/vim#13190)
https://github.com/vim/vim/commit/5277cfaf8afe847b7d4dcde6057fbecb001ab64e
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
-rw-r--r-- | runtime/lua/vim/_meta/options.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index 6ef3cf57e1..ed0d844748 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -5113,9 +5113,9 @@ vim.o.scbk = vim.o.scrollback vim.bo.scrollback = vim.o.scrollback vim.bo.scbk = vim.bo.scrollback ---- 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. |