diff options
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 3cdf979e54..3df8d5ced4 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -829,13 +829,17 @@ SearchWrapped After making a search with |n| or |N| if the search wraps around the document back to the start/finish respectively. *RecordingEnter* -RecordingEnter When a macro starts to be recorded. +RecordingEnter When a macro starts recording. The pattern is the current file name, and |reg_recording()| is the current register that is used. - *RecordinLeave* -RecordingLeave When the is the end of a macro recording. - The pattern is the current file name. + *RecordingLeave* +RecordingLeave When a macro stops recording. + The pattern is the current file name, and + |reg_recording()| is the recorded + register. + |reg_recorded()| is only updated after this + event. *SessionLoadPost* SessionLoadPost After loading the session file created using the |:mksession| command. |