diff src/version.c @ 11637:bcab4e804c20 v8.0.0701

patch 8.0.0701: system test failing when using X11 forwarding commit https://github.com/vim/vim/commit/11e79bb04ea635d180dd79b1d5cbc755b56e66e1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 8 17:03:21 2017 +0200 patch 8.0.0701: system test failing when using X11 forwarding Problem: System test failing when using X11 forwarding. Solution: Set $XAUTHORITY before changing $HOME. (closes https://github.com/vim/vim/issues/1812) Also use a better check for the exit value.
author Christian Brabandt <cb@256bit.org>
date Sat, 08 Jul 2017 17:15:03 +0200
parents 70bc7b107610
children 71d7b5ed08a0
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 */
 /**/
+    701,
+/**/
     700,
 /**/
     699,