aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.c
diff options
context:
space:
mode:
authorHinidu <hinidu@gmail.com>2014-04-12 00:12:05 +0300
committerJustin M. Keyes <justinkz@gmail.com>2014-05-28 13:08:54 -0400
commit75f152d09b984864732d7b110c76f9a1214b085c (patch)
tree39781d5771c57854f1a07052ad4116fc7e84bf58 /src/nvim/ui.c
parent50429aee6edf6f2bfd2d74911179445ee66282a2 (diff)
downloadrneovim-75f152d09b984864732d7b110c76f9a1214b085c.tar.gz
rneovim-75f152d09b984864732d7b110c76f9a1214b085c.tar.bz2
rneovim-75f152d09b984864732d7b110c76f9a1214b085c.zip
Remove FEAT_MENU
Support for :menu command. It can be used in terminal Vim too.
Diffstat (limited to 'src/nvim/ui.c')
-rw-r--r--src/nvim/ui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/ui.c b/src/nvim/ui.c
index e00ee8b8d0..256d35f089 100644
--- a/src/nvim/ui.c
+++ b/src/nvim/ui.c
@@ -329,8 +329,7 @@ void add_to_input_buf(char_u *s, int len)
|| defined(FEAT_GUI_MSWIN) \
|| defined(FEAT_GUI_MAC) \
|| defined(FEAT_MBYTE_IME) \
- || (defined(FEAT_GUI) && (!defined(USE_ON_FLY_SCROLL) \
- || defined(FEAT_MENU))) \
+ || defined(FEAT_GUI) \
|| defined(PROTO)
/*
* Add "str[len]" to the input buffer while escaping CSI bytes.