summaryrefslogtreecommitdiffstats
path: root/src/memline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/memline.c')
-rw-r--r--src/memline.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/memline.c b/src/memline.c
index 66be0f3334..6e5d3f2dbc 100644
--- a/src/memline.c
+++ b/src/memline.c
@@ -1359,9 +1359,7 @@ ml_recover(void)
&& ((mch_stat((char *)mfp->mf_fname, &swp_stat) != -1
&& org_stat.st_mtime > swp_stat.st_mtime)
|| org_stat.st_mtime != mtime))
- {
emsg(_("E308: Warning: Original file may have been changed"));
- }
out_flush();
/* Get the 'fileformat' and 'fileencoding' from block zero. */
@@ -5307,9 +5305,7 @@ ml_updatechunk(
curix < buf->b_ml.ml_usedchunks - 1
&& line >= curline + buf->b_ml.ml_chunksize[curix].mlcs_numlines;
curix++)
- {
curline += buf->b_ml.ml_chunksize[curix].mlcs_numlines;
- }
}
else if (curix < buf->b_ml.ml_usedchunks - 1
&& line >= curline + buf->b_ml.ml_chunksize[curix].mlcs_numlines)