runtime(doc): Mark 'scrollfocus' as non-functional
Commit:
https://github.com/vim/vim/commit/52507a733f04a8469661b1ec2d86ea21cacf395e
Author: Christian Brabandt <
c...@256bit.org>
Date: Mon Feb 9 19:21:02 2026 +0000
runtime(doc): Mark 'scrollfocus' as non-functional
related:
https://github.com/vim/vim/issues/19368
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index e629a7a78..ce4ee6c80 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -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.