Merge #738 'vim-patch:7.4.275'

This commit is contained in:
Justin M. Keyes
2014-06-04 07:13:05 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -6026,7 +6026,10 @@ void ex_sign(exarg_T *eap)
else else
/* ":sign place {id} file={fname}": change sign type */ /* ":sign place {id} file={fname}": change sign type */
lnum = buf_change_sign_type(buf, id, sp->sn_typenr); lnum = buf_change_sign_type(buf, id, sp->sn_typenr);
if (lnum > 0)
update_debug_sign(buf, lnum); update_debug_sign(buf, lnum);
else
EMSG2(_("E885: Not possible to change sign %s"), sign_name);
} }
else else
EMSG(_(e_invarg)); EMSG(_(e_invarg));

View File

@@ -212,7 +212,7 @@ static int included_patches[] = {
//278, //278,
277, 277,
//276, //276,
//275, 275,
274, 274,
//273, //273,
272, 272,