diff runtime/optwin.vim @ 18594:e9a47bcf7b94

Update runtime files Commit: https://github.com/vim/vim/commit/5ef1c6a4838a9629b793f3ae676f72a764171b00 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 10 22:09:11 2019 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Nov 2019 22:15:04 +0100
parents 6650e3dff8d4
children 661eb972cb22
line wrap: on
line diff
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -1,7 +1,7 @@
 " These commands create the option window.
 "
 " Maintainer:	Bram Moolenaar <Bram@vim.org>
-" Last Change:	2019 Aug 20
+" Last Change:	2019 Nov 07
 
 " If there already is an option window, jump to that one.
 let buf = bufnr('option-window')
@@ -594,6 +594,10 @@ call <SID>OptionG("mouse", &mouse)
 if has("gui")
   call append("$", "mousefocus\tthe window with the mouse pointer becomes the current one")
   call <SID>BinOptionG("mousef", &mousef)
+endif
+call append("$", "scrollfocus\tthe window with the mouse pointer scrolls with the mouse wheel")
+call <SID>BinOptionG("scf", &scf)
+if has("gui")
   call append("$", "mousehide\thide the mouse pointer while typing")
   call <SID>BinOptionG("mh", &mh)
 endif