diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2020-10-28 04:49:49 -0400 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2020-10-28 04:49:49 -0400 |
commit | e606654ac24f492cf53d696647aee7b0526ed080 (patch) | |
tree | e0aaff273449360cb6c17195c6db25db0046b899 | |
parent | 929d00db0f02a73aec83f35ae29345d3f239df5a (diff) | |
download | rneovim-e606654ac24f492cf53d696647aee7b0526ed080.tar.gz rneovim-e606654ac24f492cf53d696647aee7b0526ed080.tar.bz2 rneovim-e606654ac24f492cf53d696647aee7b0526ed080.zip |
doc: update doc: s/Scroll/WinScrolled/
-rw-r--r-- | runtime/doc/autocmd.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 12bd48fdd1..75cdc71039 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -800,9 +800,6 @@ 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. @@ -1009,6 +1006,9 @@ 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. + ============================================================================== 6. Patterns *autocmd-pattern* *{pat}* |