aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRom Grk <romgrk.cc@gmail.com>2020-10-24 04:57:15 -0400
committerRom Grk <romgrk.cc@gmail.com>2020-10-24 04:57:15 -0400
commitffe1a067df5b28726cc1ab7b440108c84a6e8624 (patch)
tree966df9e0b54df69800b2bac03a5a0dd1339feb20
parentd4033db6a0a3b9e1f33ca3760377c8a637e80c85 (diff)
downloadrneovim-ffe1a067df5b28726cc1ab7b440108c84a6e8624.tar.gz
rneovim-ffe1a067df5b28726cc1ab7b440108c84a6e8624.tar.bz2
rneovim-ffe1a067df5b28726cc1ab7b440108c84a6e8624.zip
docs: add documentation for Scroll autocmd
-rw-r--r--runtime/doc/autocmd.txt3
1 files changed, 3 insertions, 0 deletions
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.