]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-102 v7.2.102
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Feb 2009 19:48:25 +0000 (19:48 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Feb 2009 19:48:25 +0000 (19:48 +0000)
src/ex_cmds2.c
src/version.c

index 704c7abc3ac09b25a23e474a7e3b5ce0d102b47e..a4f60c46d4aa9f4b93fba021a6c93cf487e23b22 100644 (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);
index fc8f515061ab67d2ffec8cabecd8f8caf459a577..858df4c6d6c0f558bd1fc63c2c18a0f29b034ba3 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    102,
 /**/
     101,
 /**/