mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
Remove FEAT_BYTEOFF
Support for byte2line(), line2byte(), go and :goto.
This commit is contained in:
@@ -103,7 +103,6 @@
|
||||
#define FEAT_AUTOCHDIR
|
||||
#define FEAT_BROWSE
|
||||
#define FEAT_BROWSE_CMD
|
||||
#define FEAT_BYTEOFF
|
||||
#define FEAT_CMDHIST
|
||||
#define FEAT_CMDL_COMPL
|
||||
#define FEAT_CMDL_INFO
|
||||
|
@@ -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