0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

updated for version 7.1-013

This commit is contained in:
Bram Moolenaar
2007-06-28 10:03:45 +00:00
parent 96bb621f25
commit 786b1dc2a4
2 changed files with 4 additions and 2 deletions

View File

@@ -4460,8 +4460,8 @@ syn_cmd_include(eap, syncing)
current_syn_inc_tag = ++running_syn_inc_tag; current_syn_inc_tag = ++running_syn_inc_tag;
prev_toplvl_grp = curbuf->b_syn_topgrp; prev_toplvl_grp = curbuf->b_syn_topgrp;
curbuf->b_syn_topgrp = sgl_id; curbuf->b_syn_topgrp = sgl_id;
if (source ? do_source(eap->arg, FALSE, FALSE) == FAIL if (source ? do_source(eap->arg, FALSE, DOSO_NONE) == FAIL
: source_runtime(eap->arg, DOSO_NONE) == FAIL) : source_runtime(eap->arg, TRUE) == FAIL)
EMSG2(_(e_notopen), eap->arg); EMSG2(_(e_notopen), eap->arg);
curbuf->b_syn_topgrp = prev_toplvl_grp; curbuf->b_syn_topgrp = prev_toplvl_grp;
current_syn_inc_tag = prev_syn_inc_tag; current_syn_inc_tag = prev_syn_inc_tag;

View File

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