diff src/version.c @ 8851:1b38596644ba v7.4.1713

commit https://github.com/vim/vim/commit/f80663f17b2f2499b45eb4467088704c8298c385 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 5 21:56:06 2016 +0200 patch 7.4.1713 Problem: GTK GUI doesn't work on Wayland. Solution: Specify that only the X11 backend is allowed. (Simon McVittie)
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Apr 2016 22:00:05 +0200
parents 9f40a379ff1e
children 48b4c1c284fb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1713,
+/**/
     1712,
 /**/
     1711,