From ffe1a067df5b28726cc1ab7b440108c84a6e8624 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Sat, 24 Oct 2020 04:57:15 -0400 Subject: [PATCH] docs: add documentation for Scroll autocmd --- runtime/doc/autocmd.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index a6872d0af5..12bd48fdd1 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -800,6 +800,9 @@ 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.