mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:5277cfaf8afe (#25397)
runtime(doc): mention mouse scrolling in scrollbind-quickadj (vim/vim#13190)
5277cfaf8a
This commit is contained in:
6
runtime/lua/vim/_meta/options.lua
generated
6
runtime/lua/vim/_meta/options.lua
generated
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user