]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-230 v7.1.230
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Jan 2008 21:17:30 +0000 (21:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Jan 2008 21:17:30 +0000 (21:17 +0000)
src/ex_cmds2.c
src/version.c

index 2eeb7527d3566524573e77e994af65d16acce3a1..051c716e4616dc9107d346d70e1e2f7e3984a70f 100644 (file)
@@ -2889,11 +2889,14 @@ do_source(fname, check_other, is_vimrc)
     if (has_autocmd(EVENT_SOURCECMD, fname_exp, NULL)
            && apply_autocmds(EVENT_SOURCECMD, fname_exp, fname_exp,
                                                               FALSE, curbuf))
+    {
 # ifdef FEAT_EVAL
-       return aborting() ? FAIL : OK;
+       retval = aborting() ? FAIL : OK;
 # else
-       return OK;
+       retval = OK;
 # endif
+       goto theend;
+    }
 
     /* Apply SourcePre autocommands, they may get the file. */
     apply_autocmds(EVENT_SOURCEPRE, fname_exp, fname_exp, FALSE, curbuf);
index aea902577e8fc87947b9644100439721a20cf5b0..27daf07fb84df93561160e40fa95e2ec5b921af5 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    230,
 /**/
     229,
 /**/