mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
Remove FEAT_BYTEOFF
Support for byte2line(), line2byte(), go and :goto.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user