aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRom Grk <romgrk.cc@gmail.com>2020-11-07 06:25:07 -0500
committerRom Grk <romgrk.cc@gmail.com>2020-11-07 06:25:07 -0500
commit0fce70252d8e5ccf4cb6f141d1c388966f9f3482 (patch)
treec9289b8ff047a8a4748fe83e0014840175e437dd
parentd7f639d4e8b46c168f66337bc12233818d39e8ec (diff)
downloadrneovim-0fce70252d8e5ccf4cb6f141d1c388966f9f3482.tar.gz
rneovim-0fce70252d8e5ccf4cb6f141d1c388966f9f3482.tar.bz2
rneovim-0fce70252d8e5ccf4cb6f141d1c388966f9f3482.zip
doc: fix WinScrolled details
-rw-r--r--runtime/doc/autocmd.txt3
1 files changed, 2 insertions, 1 deletions
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.
==============================================================================