commit | 42ec656524db254001caee8feb58d26f67b52fbe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 14:58:37 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 14:58:37 2012 +0100 |
tree | 1ca4411bcc3addd4cd05a3ed629193c6ca04409c | |
parent | fb7df7be2f7c80428a3379010ca701689c85aa12 [diff] [blame] |
updated for version 7.3.449 Problem: Crash when a BufWinLeave autocommand closes the only other window. (Daniel Hunt) Solution: Abort closing a buffer when it becomes the only one.
diff --git a/src/version.c b/src/version.c index adb2a86..f4c7637 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 449, +/**/ 448, /**/ 447,