diff src/version.c @ 2604:6a85219723b9 v7.3.027

updated for version 7.3.027 Problem: Opening a file on a network share is very slow. Solution: When fixing file name case append "\*" to directory, server and network share names. (David Anderson, John Beckett)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Oct 2010 20:37:41 +0200
parents ac0458d9b9dd
children a0b03b7e9168
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    27,
+/**/
     26,
 /**/
     25,