commit | 8adc8d9b73121b647476a33d91d31d25e1c2d987 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 20:47:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 20:47:31 2020 +0100 |
tree | 16e0e7e503690996d9214a510632b76c0acf8cb3 | |
parent | 193f6201b4d5c76f8dc1faa1dcf369575d93fe3a [diff] [blame] |
patch 8.2.1997: window changes when using bufload() while in a terminal popup Problem: Window changes when using bufload() while in a terminal popup. Solution: When searching for a window by ID also find a popup window. (closes #7307)
diff --git a/src/version.c b/src/version.c index 7aadd45..0e9973e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1997, +/**/ 1996, /**/ 1995,