mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc: update doc: s/Scroll/WinScrolled/
This commit is contained in:
parent
929d00db0f
commit
e606654ac2
@ -800,9 +800,6 @@ RemoteReply When a reply from a Vim that functions as
|
|||||||
Note that even if an autocommand is defined,
|
Note that even if an autocommand is defined,
|
||||||
the reply should be read with |remote_read()|
|
the reply should be read with |remote_read()|
|
||||||
to consume it.
|
to consume it.
|
||||||
*Scroll*
|
|
||||||
Scroll After scrolling the viewport.
|
|
||||||
|
|
||||||
*SessionLoadPost*
|
*SessionLoadPost*
|
||||||
SessionLoadPost After loading the session file created using
|
SessionLoadPost After loading the session file created using
|
||||||
the |:mksession| command.
|
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
|
WinNew When a new window was created. Not done for
|
||||||
the first window, when Vim has just started.
|
the first window, when Vim has just started.
|
||||||
Before WinEnter.
|
Before WinEnter.
|
||||||
|
*WinScrolled*
|
||||||
|
WinScrolled After scrolling the viewport.
|
||||||
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
6. Patterns *autocmd-pattern* *{pat}*
|
6. Patterns *autocmd-pattern* *{pat}*
|
||||||
|
Loading…
Reference in New Issue
Block a user