diff src/version.c @ 6633:75444015837a v7.4.642

updated for version 7.4.642 Problem: When using "gf" escaped spaces are not handled. Solution: Recognize escaped spaces.
author Bram Moolenaar <bram@vim.org>
date Fri, 27 Feb 2015 17:19:10 +0100
parents e527af42e108
children 050e6df85f99
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    642,
+/**/
     641,
 /**/
     640,