diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-06-04 15:45:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-06-04 15:45:50 +0200 |
commit | 976787d1f31451ca7a88e774a03e6c24ddc67876 (patch) | |
tree | 5dd554c1b2fa5c0c89c7dca6033beced9bd436b4 /src/version.c | |
parent | 4b974d54434b8020771be7225da94648e9ec961a (diff) | |
download | vim-git-976787d1f31451ca7a88e774a03e6c24ddc67876.tar.gz |
patch 8.0.0611: the screen is not redrawn after sending t_u7v8.0.0611
Problem: When t_u7 is sent a few characters in the second screen line are
overwritten and not redrawn later. (Rastislav Barlik)
Solution: Move redrawing the screen to after overwriting the characters.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index bb3581c0b..2d91a7259 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 611, +/**/ 610, /**/ 609, |