| commit | 8f913993666b154b233ab9923845fa165d9b3260 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Aug 29 15:50:26 2012 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 29 15:50:26 2012 +0200 |
| tree | 9e11635cc29e0e2ce8620efd5dba1a043518a924 | |
| parent | 002a4edc5b66c90245ca3eebc564635ed0af1ff1 [diff] |
updated for version 7.3.642
Problem: Segfault with specific autocommands. Was OK after 7.3.449 and
before 7.3.545. (Richard Brown)
Solution: Pass TRUE for abort_if_last in the call to close_buffer().
(Christian Brabandt)