Remove FEAT_BYTEOFF

Support for byte2line(), line2byte(), go and :goto.
This commit is contained in:
Hinidu
2014-04-11 23:27:04 +03:00
committed by Justin M. Keyes
parent 99fec73d1f
commit ceb069116f
2 changed files with 0 additions and 2 deletions

View File

@@ -2437,7 +2437,6 @@ static int ml_delete_int(buf_T *buf, linenr_T lnum, int message)
)
set_keep_msg((char_u *)_(no_lines_msg), 0);
/* FEAT_BYTEOFF already handled in there, don't worry 'bout it below */
i = ml_replace((linenr_T)1, (char_u *)"", TRUE);
buf->b_ml.ml_flags |= ML_EMPTY;