diff options
Diffstat (limited to 'src/nvim/ui.c')
-rw-r--r-- | src/nvim/ui.c | 3 |
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. |