From f65b0d4236eef69b02390a51cf335b0836f35801 Mon Sep 17 00:00:00 2001 From: Axel Dahlberg Date: Wed, 5 Jan 2022 02:55:29 +0100 Subject: feat(autocmd): populate v:event in RecordingLeave (#16828) --- runtime/doc/autocmd.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime') 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. -- cgit