1
0
forked from aniani/vim

patch 8.2.2070: can't get the exit value in VimLeave(Pre) autocommands

Problem:    Can't get the exit value in VimLeave or VimLeavePre autocommands.
Solution:   Add v:exiting like in Neovim. (Yegappan Lakshmanan, closes #7395)
This commit is contained in:
Bram Moolenaar
2020-11-30 17:42:10 +01:00
parent 23515b4ef7
commit f0068c5154
7 changed files with 49 additions and 2 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2070,
/**/
2069,
/**/