commit | 23bdef2571b589414cd9744059abd507b043996b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 04 17:20:27 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 04 17:20:27 2021 +0000 |
tree | a8652e5e32f22039ca8ac44c0c0f38a88bf6e603 | |
parent | 8dea145e39a2569153cb63487d3403a46a882189 [diff] [blame] |
patch 8.2.3738: screen is cleared when a FocusLost autocommand triggers Problem: Screen is cleared when a FocusLost autocommand triggers. Solution: Do not redraw when at the hit-enter or more prompt. (closes #9274)
diff --git a/src/version.c b/src/version.c index f1d0e87..66a0e92 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3738, +/**/ 3737, /**/ 3736,