commit | 6f2465d336a9d4afe392db4084ef7e9db17e67c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 18:13:01 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 18:13:01 2022 +0000 |
tree | 3aaee0bf7b626607678be0c8835190a4ed695f24 | |
parent | e7dd0fa2c61fe71f12c72b0dcb7bb6415eb048fb [diff] [blame] |
patch 8.2.4609: :unhide does not check for failing to close a window Problem: :unhide does not check for failing to close a window. Solution: When closing a window fails continue with the next one. Do not try closing the autocmd window. (closes #9984)
diff --git a/src/version.c b/src/version.c index 2180ebf..cd3d9cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4609, +/**/ 4608, /**/ 4607,