commit | 219c7d063823498be22aae46dd024d77b5fb2a58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 01 21:57:29 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 01 21:57:29 2020 +0100 |
tree | d6e8c1a525626c2e7224271ee8113cf81c7839d9 | |
parent | ab067a21b9622513ed75f4801b001606eeaf2474 [diff] [blame] |
patch 8.2.0191: cannot put a terminal in a popup window Problem: Cannot put a terminal in a popup window. Solution: Allow opening a terminal in a popup window. It will always have keyboard focus until closed.
diff --git a/src/version.c b/src/version.c index f351d35..6c0f7f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 191, +/**/ 190, /**/ 189,