mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
Remove FEAT_MENU
Support for :menu command. It can be used in terminal Vim too.
This commit is contained in:
@@ -2324,8 +2324,7 @@ void ttest(int pairs)
|
||||
t_colors = atoi((char *)T_CCO);
|
||||
}
|
||||
|
||||
#if (defined(FEAT_GUI) && (defined(FEAT_MENU) || !defined(USE_ON_FLY_SCROLL))) \
|
||||
|| defined(PROTO)
|
||||
#if defined(FEAT_GUI) || defined(PROTO)
|
||||
static int get_long_from_buf(char_u *buf, long_u *val);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user