From 594f9e09cd68e6277b8aa08094405bc642c5792a Mon Sep 17 00:00:00 2001 From: Luuk van Baal Date: Fri, 16 Sep 2022 12:52:58 +0100 Subject: patch 9.0.0478: test for 'splitscroll' takes too much time Problem: Test for 'splitscroll' takes too much time. Solution: Only test some of the combinations. (Luuk van Baal, closes #11139) --- runtime/optwin.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/optwin.vim') diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 6b9b5fec9..f2748b4eb 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -515,7 +515,7 @@ call AddOption("splitbelow", gettext("a new window is put below the current call BinOptionG("sb", &sb) call AddOption("splitright", gettext("a new window is put right of the current one")) call BinOptionG("spr", &spr) -call AddOption("splitscroll", gettext("determines scroll behavior when spliting windows")) +call AddOption("splitscroll", gettext("determines scroll behavior for split windows")) call BinOptionG("spsc", &spsc) call AddOption("scrollbind", gettext("this window scrolls together with other bound windows")) call append("$", "\t" .. s:local_to_window) -- cgit v1.2.1