comparison 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
comparison
equal deleted inserted replaced
10919:7fccaa0156b6 10920:687833a3fadc
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 349,
767 /**/ 769 /**/
768 348, 770 348,
769 /**/ 771 /**/
770 347, 772 347,
771 /**/ 773 /**/