commit | 5dd143e22333a1c320fcf330f6c5061269bd1a17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 15 21:34:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 15 21:34:34 2019 +0200 |
tree | 297c72fe2bdb582e908d92fd5fe0e4b3c20b766f | |
parent | 9bca58f36d1f6a2ac0e4022caa5f355d39357a05 [diff] [blame] |
patch 8.1.1850: focus may remain in popup window Problem: Focus may remain in popup window. Solution: Change focus if needed.
diff --git a/src/version.c b/src/version.c index 4a993da..64a43be 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1850, +/**/ 1849, /**/ 1848,