From 0fce70252d8e5ccf4cb6f141d1c388966f9f3482 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Sat, 7 Nov 2020 06:25:07 -0500 Subject: [PATCH] doc: fix WinScrolled details --- runtime/doc/autocmd.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 66d15d446a..dbaba1b3ad 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1012,7 +1012,8 @@ WinNew When a new window was created. Not done for the first window, when Vim has just started. Before WinEnter. *WinScrolled* -WinScrolled After scrolling the viewport. +WinScrolled After scrolling the viewport of the current + window. ==============================================================================