diff src/version.c @ 6618:a871b5070d59 v7.4.635

updated for version 7.4.635 Problem: If no NL or CR is found in the first block of a file then the 'fileformat' may be set to "mac". (Issue 77) Solution: Check if a CR was found. (eswald)
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Feb 2015 14:15:19 +0100
parents 290631797b76
children 578c16fbab66
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 */
 /**/
+    635,
+/**/
     634,
 /**/
     633,