mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-143
This commit is contained in:
@@ -1310,7 +1310,7 @@ diff_read(idx_orig, idx_new, fname)
|
|||||||
dp->df_count[idx_new] += -off;
|
dp->df_count[idx_new] += -off;
|
||||||
off = 0;
|
off = 0;
|
||||||
}
|
}
|
||||||
for (i = idx_orig; i < idx_new + !notset; ++i)
|
for (i = idx_orig; i < idx_new; ++i)
|
||||||
if (curtab->tp_diffbuf[i] != NULL)
|
if (curtab->tp_diffbuf[i] != NULL)
|
||||||
dp->df_count[i] = dpl->df_lnum[i] + dpl->df_count[i]
|
dp->df_count[i] = dpl->df_lnum[i] + dpl->df_count[i]
|
||||||
- dp->df_lnum[i] + off;
|
- dp->df_lnum[i] + off;
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
143,
|
||||||
/**/
|
/**/
|
||||||
142,
|
142,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user