| 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] |
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)