comparison runtime/doc/options.txt @ 18526:334b1f897f3a v8.1.2257

patch 8.1.2257: MS-Windows GUI: scroll wheel always uses current window Commit: https://github.com/vim/vim/commit/ae20f340adc8c96aeec5cff5ef4f2129035ffca4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 5 21:09:23 2019 +0100 patch 8.1.2257: MS-Windows GUI: scroll wheel always uses current window Problem: MS-Windows GUI: scroll wheel always uses current window. Solution: Add the 'scrollfocus' option for MS-Windows.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Nov 2019 21:15:04 +0100
parents 1cd44535be32
children 8b0114ffde2b
comparison
equal deleted inserted replaced
18525:99adbfe3dde3 18526:334b1f897f3a
6280 interpreted. 6280 interpreted.
6281 This option is mostly reset when splitting a window to edit another 6281 This option is mostly reset when splitting a window to edit another
6282 file. This means that ":split | edit file" results in two windows 6282 file. This means that ":split | edit file" results in two windows
6283 with scroll-binding, but ":split file" does not. 6283 with scroll-binding, but ":split file" does not.
6284 6284
6285 *'scrollfocus'* *'scf'* *'noscrollfocus'* *'noscf'*
6286 'scrollfocus' 'scf' boolean (default off)
6287 global
6288 {only for MS-Windows GUI}
6289 When using the scroll wheel and this option is set, the window under
6290 the mouse pointer is scrolled. With this option off the current
6291 window is scrolled.
6292 Systems other than MS-Windows behave like this option is on.
6293
6285 *'scrolljump'* *'sj'* 6294 *'scrolljump'* *'sj'*
6286 'scrolljump' 'sj' number (default 1) 6295 'scrolljump' 'sj' number (default 1)
6287 global 6296 global
6288 Minimal number of lines to scroll when the cursor gets off the 6297 Minimal number of lines to scroll when the cursor gets off the
6289 screen (e.g., with "j"). Not used for scroll commands (e.g., CTRL-E, 6298 screen (e.g., with "j"). Not used for scroll commands (e.g., CTRL-E,