commit | 05eb612ff3597fb7102f892bfd320f28b56d2fc6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 17 14:15:19 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 17 14:15:19 2015 +0100 |
tree | 0b406f7ef1805f4d607c266bbe189b3fb6e0a87c | |
parent | f65aad5554f1d1f972f0bd38059da70e3cdf4c87 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3d493b0..0c20041 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 635, +/**/ 634, /**/ 633,