commit | 7da9c37a17745e0021e59467e55ee11976752603 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 17:04:52 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 17:04:52 2012 +0200 |
tree | 95748dea406e9bd05c5746f3982bb48c1bb24563 | |
parent | 9a7224b5a0639c26c843c10afcafa5bf149271fd [diff] [blame] |
updated for version 7.3.511 Problem: Using a FileReadCmd autocommand that does ":e! {file}" may cause a crash. (Christian Brabandt) Solution: Properly restore curwin->w_s.
diff --git a/src/version.c b/src/version.c index 9352c70..b2f9a98 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 511, +/**/ 510, /**/ 509,