From: Bram Moolenaar Date: Thu, 28 Jun 2007 10:03:45 +0000 (+0000) Subject: updated for version 7.1-013 X-Git-Tag: v7.1.013 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=786b1dc2a48473a6e46a478632a99a321b4ec761;p=vim updated for version 7.1-013 --- diff --git a/src/syntax.c b/src/syntax.c index 5d43ede4e..c023486c3 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -4460,8 +4460,8 @@ syn_cmd_include(eap, syncing) current_syn_inc_tag = ++running_syn_inc_tag; prev_toplvl_grp = curbuf->b_syn_topgrp; curbuf->b_syn_topgrp = sgl_id; - if (source ? do_source(eap->arg, FALSE, FALSE) == FAIL - : source_runtime(eap->arg, DOSO_NONE) == FAIL) + if (source ? do_source(eap->arg, FALSE, DOSO_NONE) == FAIL + : source_runtime(eap->arg, TRUE) == FAIL) EMSG2(_(e_notopen), eap->arg); curbuf->b_syn_topgrp = prev_toplvl_grp; current_syn_inc_tag = prev_syn_inc_tag; diff --git a/src/version.c b/src/version.c index 85402c349..dbd7f0754 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 13, /**/ 12, /**/