commit | 9e931224db8f8843ddc778307984dbe37ebde47c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 20 11:55:01 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 20 11:55:01 2012 +0200 |
tree | f0529d7858bfae7c36ac786f0c70a046bed97781 | |
parent | 36105782d2dfe526a0ca361d1c6c06e6f7a9ca6f [diff] [blame] |
updated for version 7.3.557 Problem: Crash when an autocommand wipes out a buffer when it is hidden. Solution: Restore the current window when needed. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 9dcb811..bfa3be2 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 557, +/**/ 556, /**/ 555,