1
0
forked from aniani/vim

updated for version 7.2-102

This commit is contained in:
Bram Moolenaar
2009-02-05 19:48:25 +00:00
parent 13658318b9
commit 4e2a59505e
2 changed files with 4 additions and 0 deletions

View File

@@ -3013,6 +3013,8 @@ do_source(fname, check_other, is_vimrc)
/* Found BOM; setup conversion, skip over BOM and recode the line. */
convert_setup(&cookie.conv, (char_u *)"utf-8", p_enc);
p = string_convert(&cookie.conv, firstline + 3, NULL);
if (p == NULL)
p = vim_strsave(firstline + 3);
if (p != NULL)
{
vim_free(firstline);

View File

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