commit | 873f41a0187e81a22aa4622fbf938de72a54abba | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Nov 01 11:44:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 01 11:44:43 2022 +0000 |
tree | e129244b90c0a84d6a1e4f4b027ccdc8c5af1f81 | |
parent | 7a7db047dcb2336de5103e793345eb5a9d125900 [diff] [blame] |
patch 9.0.0824: crash when using win_move_separator() in other tab page Problem: Crash when using win_move_separator() in other tab page. Solution: Check for valid window in current tab page. (closes #11479, closes #11427)
diff --git a/src/version.c b/src/version.c index 16054b0..5d1a2fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 824, +/**/ 823, /**/ 822,