mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
Remove FEAT_CMDL_INFO
'showcmd' and 'ruler' options
This commit is contained in:
@@ -104,7 +104,6 @@
|
|||||||
#define FEAT_BROWSE
|
#define FEAT_BROWSE
|
||||||
#define FEAT_BROWSE_CMD
|
#define FEAT_BROWSE_CMD
|
||||||
#define FEAT_CMDHIST
|
#define FEAT_CMDHIST
|
||||||
#define FEAT_CMDL_INFO
|
|
||||||
#define FEAT_CMDWIN
|
#define FEAT_CMDWIN
|
||||||
#define FEAT_COMMENTS
|
#define FEAT_COMMENTS
|
||||||
#define FEAT_COMPL_FUNC
|
#define FEAT_COMPL_FUNC
|
||||||
|
@@ -3510,8 +3510,6 @@ build_stl_str_hl (
|
|||||||
return width;
|
return width;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(FEAT_STL_OPT) || defined(FEAT_CMDL_INFO) \
|
|
||||||
|| defined(FEAT_GUI_TABLINE) || defined(PROTO)
|
|
||||||
/*
|
/*
|
||||||
* Get relative cursor position in window into "buf[buflen]", in the form 99%,
|
* Get relative cursor position in window into "buf[buflen]", in the form 99%,
|
||||||
* using "Top", "Bot" or "All" when appropriate.
|
* using "Top", "Bot" or "All" when appropriate.
|
||||||
@@ -3534,7 +3532,6 @@ void get_rel_pos(win_T *wp, char_u *buf, int buflen)
|
|||||||
? (int)(above / ((above + below) / 100L))
|
? (int)(above / ((above + below) / 100L))
|
||||||
: (int)(above * 100L / (above + below)));
|
: (int)(above * 100L / (above + below)));
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Append (file 2 of 8) to "buf[buflen]", if editing more than one file.
|
* Append (file 2 of 8) to "buf[buflen]", if editing more than one file.
|
||||||
|
Reference in New Issue
Block a user