diff src/version.c @ 10920:687833a3fadc v8.0.0349

patch 8.0.0349: redrawing errors with GTK 3 commit https://github.com/vim/vim/commit/fe344a9875667537ce32fc11936dc56ad51f2139 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 23 12:20:35 2017 +0100 patch 8.0.0349: redrawing errors with GTK 3 Problem: Redrawing errors with GTK 3. Solution: When updating, first clear all rectangles and then draw them. (Kazunobu Kuriyama, Christian Ludwig, closes #848)
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Feb 2017 12:30:05 +0100
parents a0c2c6d51b1a
children 2cc7e86bdada
line wrap: on
line diff
--- 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,