commit | 29ae223ddcfcbbce46c7e1f4e8fa71b8f2674271 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 21:22:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 21:22:01 2019 +0100 |
tree | 576cb465dd6d4e2a8ecf67d8cc6c30f6c242456f | |
parent | 0f77d6afd506d1be4b0bef46e1d2268440e1ba88 [diff] [blame] |
patch 8.1.0920: in Terminal-Normal mode job output messes up the window Problem: In Terminal-Normal mode job output messes up the window. Solution: Postpone scrolling and updating the buffer when in Terminal-Normal mode.
diff --git a/src/version.c b/src/version.c index 30b78e5..e3ec215 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 920, +/**/ 919, /**/ 918,