From e606654ac24f492cf53d696647aee7b0526ed080 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Wed, 28 Oct 2020 04:49:49 -0400 Subject: [PATCH] doc: update doc: s/Scroll/WinScrolled/ --- runtime/doc/autocmd.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 12bd48fdd1..75cdc71039 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -800,9 +800,6 @@ RemoteReply When a reply from a Vim that functions as Note that even if an autocommand is defined, the reply should be read with |remote_read()| to consume it. - *Scroll* -Scroll After scrolling the viewport. - *SessionLoadPost* SessionLoadPost After loading the session file created using the |:mksession| command. @@ -1009,6 +1006,9 @@ WinLeave Before leaving a window. If the window to be 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. + ============================================================================== 6. Patterns *autocmd-pattern* *{pat}*