commit | 8bf716cdba0e48f56b8bfcbed0f4c702a705e095 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 15:33:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 15:33:54 2020 +0100 |
tree | 312caee27661142e38be9d8856a8fcb9f2f268e4 | |
parent | 0d76683e094c6cac2e879601aff3acf1163cbe0b [diff] [blame] |
patch 8.2.0142: possible to enter popup window with CTRL-W p Problem: Possible to enter popup window with CTRL-W p. (John Devin) Solution: Check entered window is not a popup window. (closes #5515)
diff --git a/src/version.c b/src/version.c index 3f4eb80..e4600ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 142, +/**/ 141, /**/ 140,