commit | 7b94e77132eabdf0e43abca57e2ffeb961545174 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 21:03:24 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 21:03:24 2020 +0100 |
tree | 61c26382aba1bb738c2a88a08345b6bcd009a097 | |
parent | a1353b5352f0797fc651a0dd363876f1c2fa60c5 [diff] [blame] |
patch 8.2.0093: win_splitmove() can make Vim hang Problem: win_splitmove() can make Vim hang. Solution: Check windows exists in the current tab page. (closes #5444)
diff --git a/src/version.c b/src/version.c index 28590ad..36dee83 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 93, +/**/ 92, /**/ 91,