diff options
author | Axel Dahlberg <git@valleymnt.com> | 2022-01-05 02:55:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 18:55:29 -0700 |
commit | f65b0d4236eef69b02390a51cf335b0836f35801 (patch) | |
tree | 00175e033fb56d070dc20c5b3d15f9c3fca2f7d3 /runtime | |
parent | a45b578dbe6ba02ba9a052a7b058f4243d38a07b (diff) | |
download | rneovim-f65b0d4236eef69b02390a51cf335b0836f35801.tar.gz rneovim-f65b0d4236eef69b02390a51cf335b0836f35801.tar.bz2 rneovim-f65b0d4236eef69b02390a51cf335b0836f35801.zip |
feat(autocmd): populate v:event in RecordingLeave (#16828)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/autocmd.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 3df8d5ced4..46d9a3b57a 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -840,6 +840,9 @@ RecordingLeave When a macro stops recording. register. |reg_recorded()| is only updated after this event. + Sets these |v:event| keys: + regcontents + regname *SessionLoadPost* SessionLoadPost After loading the session file created using the |:mksession| command. |