| commit | 5803ae6c076b1d61381afe27fcdedac61dd2cda9 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sun Mar 23 16:04:02 2014 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 23 16:04:02 2014 +0100 |
| tree | d900239b97e5126bf6ae85fb0a9b05a531dcc7b8 | |
| parent | f7ff6e85e8a4e84cff023f5db4b66ef85986605a [diff] |
updated for version 7.4.213
Problem: It's not possible to open a new buffer without creating a swap
file.
Solution: Add the ":noswapfile" modifier. (Christian Brabandt)