comparison 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
comparison
equal deleted inserted replaced
6617:ee31638d1adf 6618:a871b5070d59
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 635,
744 /**/ 746 /**/
745 634, 747 634,
746 /**/ 748 /**/
747 633, 749 633,
748 /**/ 750 /**/