summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-14 21:22:01 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-14 21:22:01 +0100
commit29ae223ddcfcbbce46c7e1f4e8fa71b8f2674271 (patch)
tree576cb465dd6d4e2a8ecf67d8cc6c30f6c242456f /src/version.c
parent0f77d6afd506d1be4b0bef46e1d2268440e1ba88 (diff)
patch 8.1.0920: in Terminal-Normal mode job output messes up the windowv8.1.0920
Problem: In Terminal-Normal mode job output messes up the window. Solution: Postpone scrolling and updating the buffer when in Terminal-Normal mode.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 30b78e5ff8..e3ec2151a3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 920,
+/**/
919,
/**/
918,