mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
updated for version 7.2-114
This commit is contained in:
parent
7670fa0ef1
commit
ec90622aae
@ -2318,7 +2318,7 @@ nb_do_cmd(
|
|||||||
}
|
}
|
||||||
if (pos)
|
if (pos)
|
||||||
{
|
{
|
||||||
coloncmd(":sign place %d line=%d name=%d buffer=%d",
|
coloncmd(":sign place %d line=%ld name=%d buffer=%d",
|
||||||
serNum, pos->lnum, typeNum, buf->bufp->b_fnum);
|
serNum, pos->lnum, typeNum, buf->bufp->b_fnum);
|
||||||
if (typeNum == curPCtype)
|
if (typeNum == curPCtype)
|
||||||
coloncmd(":sign jump %d buffer=%d", serNum,
|
coloncmd(":sign jump %d buffer=%d", serNum,
|
||||||
@ -2422,7 +2422,7 @@ nb_do_cmd(
|
|||||||
GUARDED) == 0)
|
GUARDED) == 0)
|
||||||
{
|
{
|
||||||
coloncmd(
|
coloncmd(
|
||||||
":sign place %d line=%d name=%d buffer=%d",
|
":sign place %d line=%ld name=%d buffer=%d",
|
||||||
guardId++, lnum, GUARDED,
|
guardId++, lnum, GUARDED,
|
||||||
buf->bufp->b_fnum);
|
buf->bufp->b_fnum);
|
||||||
}
|
}
|
||||||
|
@ -676,6 +676,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 */
|
||||||
|
/**/
|
||||||
|
114,
|
||||||
/**/
|
/**/
|
||||||
113,
|
113,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user