commit | 0f1563ffee4397f5b379517c41b7c9a977fd2e22 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 21:15:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 21:15:51 2020 +0100 |
tree | 1a7d2bd202acb3f9f955d9283a6da2c90591da20 | |
parent | 9645e2d9fc8a591f1db30383caccf71d40e0810c [diff] [blame] |
patch 8.2.0422: crash when passing popup window to win_splitmove() Problem: Crash when passing popup window to win_splitmove(). (john Devin) Solution: Disallow moving a popup window. (closes #5816)
diff --git a/src/version.c b/src/version.c index 986a29f..a6112ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 422, +/**/ 421, /**/ 420,