commit | a02471e2952b16c14a0ee779ba69ff4272c10192 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 10 16:43:14 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 10 16:43:14 2014 +0100 |
tree | 19b536bd69f01edf7144d596cfa8d193689dabb9 | |
parent | bd2dc34774c3753b2953a3bffaf35d5793d2575c [diff] [blame] |
updated for version 7.4.140 Problem: Crash when wiping out buffer triggers autocommand that wipes out only other buffer. Solution: Do not delete the last buffer, make it empty. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index d8c0123..55b52de 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 140, +/**/ 139, /**/ 138,