]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Mark 'scrollfocus' as non-functional
authorChristian Brabandt <cb@256bit.org>
Mon, 9 Feb 2026 19:21:02 +0000 (19:21 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 9 Feb 2026 19:21:47 +0000 (19:21 +0000)
related: #19368

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index e629a7a78c0051c2f278bfac9dcfe65b865814d3..ce4ee6c80e7a65d2c10b86cb4c6e2697f39544bc 100644 (file)
@@ -1,4 +1,4 @@
-*options.txt*  For Vim version 9.1.  Last change: 2026 Jan 30
+*options.txt*  For Vim version 9.1.  Last change: 2026 Feb 09
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -7398,6 +7398,8 @@ A jump table for the options with a short description can be found at |Q_op|.
 'scrollfocus' 'scf'    boolean  (default off)
                        global
                        {only for MS-Windows GUI}
+       NOTE: This option is currently not functional.  It may be fixed or
+       removed in a future version.
        When using the scroll wheel and this option is set, the window under
        the mouse pointer is scrolled.  With this option off the current
        window is scrolled.