commit | e3537aec2f8d6470010547af28dcbd83d41461b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 15:05:20 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 15:05:20 2022 +0000 |
tree | c82805b886c333b464b8473377bc0548cb3f4e5d | |
parent | 51ab7c7d0da08aac796acff22a6c075dac579e76 [diff] [blame] |
patch 8.2.4327: may end up with no current buffer Problem: May end up with no current buffer. Solution: When deleting the current buffer to not pick a quickfix buffer as the new current buffer.
diff --git a/src/version.c b/src/version.c index 82d12a0..9d5fbc2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4327, +/**/ 4326, /**/ 4325,