diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2020-11-07 06:25:07 -0500 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2020-11-07 06:25:07 -0500 |
commit | 0fce70252d8e5ccf4cb6f141d1c388966f9f3482 (patch) | |
tree | c9289b8ff047a8a4748fe83e0014840175e437dd | |
parent | d7f639d4e8b46c168f66337bc12233818d39e8ec (diff) | |
download | rneovim-0fce70252d8e5ccf4cb6f141d1c388966f9f3482.tar.gz rneovim-0fce70252d8e5ccf4cb6f141d1c388966f9f3482.tar.bz2 rneovim-0fce70252d8e5ccf4cb6f141d1c388966f9f3482.zip |
doc: fix WinScrolled details
-rw-r--r-- | runtime/doc/autocmd.txt | 3 |
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. ============================================================================== |