diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-23 12:20:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-23 12:20:35 +0100 |
commit | fe344a9875667537ce32fc11936dc56ad51f2139 (patch) | |
tree | 9df034459daa7380e42435179b1af94b4ec5a133 /src/version.c | |
parent | b7a59906d7ce41b7e74ec31b910375c21e427c0a (diff) | |
download | vim-git-fe344a9875667537ce32fc11936dc56ad51f2139.tar.gz |
patch 8.0.0349: redrawing errors with GTK 3v8.0.0349
Problem: Redrawing errors with GTK 3.
Solution: When updating, first clear all rectangles and then draw them.
(Kazunobu Kuriyama, Christian Ludwig, closes #848)
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 e70a0f938..24b24df7a 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 */ /**/ + 349, +/**/ 348, /**/ 347, |