commit | 9bca805ec49eb0d2d0d0b2093f418ff425500169 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 18 12:37:55 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 18 12:37:55 2017 +0100 |
tree | 107e825bc35cfd39d760427047196805804559fb | |
parent | cb89c98c264b0fe9fd26e3501eab5a062e57c064 [diff] [blame] |
patch 8.0.1402: crash with nasty autocommand Problem: Crash with nasty autocommand. (gy741, Dominique Pelle) Solution: Check that the new current buffer isn't wiped out. (closes #2447)
diff --git a/src/version.c b/src/version.c index ba65a54..fc2eda6 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1402, +/**/ 1401, /**/ 1400,