From 923602ea2bfb3c6278100338c0607a736c05078e Mon Sep 17 00:00:00 2001 From: ichizok Date: Fri, 5 Jun 2020 05:02:45 +0900 Subject: [PATCH] Fix #1051 It seems the same issue as vim/vim#6175 --- src/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui.c b/src/gui.c index db59980a73..0d47396c89 100644 --- a/src/gui.c +++ b/src/gui.c @@ -812,7 +812,7 @@ gui_init(void) gui_mch_disable_beval_area(balloonEval); #endif -#ifndef FEAT_GUI_MSWIN +#if !defined(FEAT_GUI_MSWIN) && !defined(FEAT_GUI_MACVIM) // In the GUI modifiers are prepended to keys. // Don't do this for MS-Windows yet, it sends CTRL-K without the // modifier.