summaryrefslogtreecommitdiffstats
path: root/src/diff.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-10-19 15:33:39 +0000
committerBram Moolenaar <Bram@vim.org>2007-10-19 15:33:39 +0000
commitd4b96bc637e22785ad956b22ff0de97a89a869e3 (patch)
tree78f7d8e8eca64eace93430649da9de2206db11fa /src/diff.c
parentc188b88040b10b62871f51254350b226318885cd (diff)
updated for version 7.1-143v7.1.143
Diffstat (limited to 'src/diff.c')
-rw-r--r--src/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c
index 23142cf036..bdbda08934 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -1310,7 +1310,7 @@ diff_read(idx_orig, idx_new, fname)
dp->df_count[idx_new] += -off;
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)
dp->df_count[i] = dpl->df_lnum[i] + dpl->df_count[i]
- dp->df_lnum[i] + off;