commit | fadd55bd633b3b84d41a691e953f569bb6c21689 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 19:19:18 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 19:19:18 2021 +0100 |
tree | db8eb08015ef089af1622686aeac207f802b3e65 | |
parent | e1ee58ac788508585f60c91fcf6629e2251a9220 [diff] [blame] |
patch 8.2.2348: no check for modified files after focus gained Problem: No check for modified files after focus gained. (Mathias Stearn) Solution: Call ui_focus_change().
diff --git a/src/version.c b/src/version.c index 319e65e..cfc9290 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2348, +/**/ 2347, /**/ 2346,