commit | eea169983654de8a502c2c6521696a4b504abfa3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 31 17:34:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 31 17:34:48 2019 +0200 |
tree | f7b3ef67d821c51ca2a6d5d6a1f37f035f82ef25 | |
parent | ccd6e3471df5250611a78489384a91c65fcc43c4 [diff] [blame] |
patch 8.1.1433: win_execute() may leave popup window focused Problem: Win_execute() may leave popup window focused, eventually leading to a crash. (Bjorn Linse) Solution: When previous window was closed, go to the first window.
diff --git a/src/version.c b/src/version.c index 6bc3d64..b3f7ee9 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1433, +/**/ 1432, /**/ 1431,