diff src/version.c @ 3861:0545dab1517f v7.3.687

updated for version 7.3.687 Problem: Test 16 fails when $DISPLAY is not set. Solution: Skip the test when $DISPLAY is not set.
author Bram Moolenaar <bram@vim.org>
date Thu, 11 Oct 2012 04:44:33 +0200
parents ba9c9d0c4ff4
children 2696da84d370
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    687,
+/**/
     686,
 /**/
     685,