commit | f0068c5154a99b86b2c4515a4b93c003b2445cf4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 30 17:42:10 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 30 17:42:10 2020 +0100 |
tree | 18198d6cb57c407acaddf8c7ed8b62a41fed2805 | |
parent | 23515b4ef7580af8b9d3b964a558ab2007cacda5 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6e9dfbc..4eb7f4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2070, +/**/ 2069, /**/ 2068,