diff src/version.c @ 14638:067aeec2d1e7 v8.1.0332

patch 8.1.0332: get Gdk-Critical error on first balloon show commit https://github.com/vim/vim/commit/a449a7c6b986b8f5b28c61b8f628e69ed43ca030 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 28 23:09:07 2018 +0200 patch 8.1.0332: get Gdk-Critical error on first balloon show Problem: Get Gdk-Critical error on first balloon show. Solution: Get screen geometry using the draw area widget. (Davit Samvelyan, closes #3386)
author Christian Brabandt <cb@256bit.org>
date Tue, 28 Aug 2018 23:15:05 +0200
parents 4f61eb88127c
children 22248c686b32
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    332,
+/**/
     331,
 /**/
     330,