diff src/version.c @ 3857:34aa94a421b7 v7.3.685

updated for version 7.3.685 Problem: No test for what patch 7.3.673 fixes. Solution: Add a test. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 11 Oct 2012 03:35:45 +0200
parents 1cc37b8cfaa1
children ba9c9d0c4ff4
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 */
 /**/
+    685,
+/**/
     684,
 /**/
     683,