aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2020-11-07 15:13:20 +0100
committerGitHub <noreply@github.com>2020-11-07 15:13:20 +0100
commite5d83a3bf344a4ab0ef539d70004c2b771e1044a (patch)
treec4de9a896700ff8a7131ab430cc108d90fd2774a /runtime/doc/autocmd.txt
parentda134270d3e9f8a4824b0e0540bf017f7e59b06e (diff)
parent0fce70252d8e5ccf4cb6f141d1c388966f9f3482 (diff)
downloadrneovim-e5d83a3bf344a4ab0ef539d70004c2b771e1044a.tar.gz
rneovim-e5d83a3bf344a4ab0ef539d70004c2b771e1044a.tar.bz2
rneovim-e5d83a3bf344a4ab0ef539d70004c2b771e1044a.zip
Merge pull request #13117 from romgrk/add-scroll-events
Implement scroll autocommand
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r--runtime/doc/autocmd.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index a728593c40..dbaba1b3ad 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1011,6 +1011,10 @@ 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 of the current
+ window.
+
==============================================================================
6. Patterns *autocmd-pattern* *{pat}*