1
0
forked from aniani/vim

updated for version 7.2b-021

This commit is contained in:
Bram Moolenaar
2008-07-24 20:09:16 +00:00
parent 1387a60919
commit ee0f5a60e0
2 changed files with 3 additions and 1 deletions

View File

@@ -5537,7 +5537,7 @@ check_for_bom(p, size, lenp, flags)
int len = 2;
if (p[0] == 0xef && p[1] == 0xbb && size >= 3 && p[2] == 0xbf
&& (flags == FIO_ALL || flags == 0))
&& (flags == FIO_ALL || flags == FIO_UTF8 || flags == 0))
{
name = "utf-8"; /* EF BB BF */
len = 3;

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
21,
/**/
20,
/**/