From 1c75a03501698b8cd1dcb4fd892bc329302d9533 Mon Sep 17 00:00:00 2001
From: Bram Moolenaar <Bram@vim.org>
Date: Thu, 23 Aug 2012 22:28:46 +0200
Subject: [PATCH] Fix version.c, 638 was there twice.

---
 src/version.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/version.c b/src/version.c
index 4598c74a00..a98779d732 100644
--- a/src/version.c
+++ b/src/version.c
@@ -719,8 +719,6 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
-/**/
-    638,
 /**/
     638,
 /**/
-- 
GitLab