From 3c7743bc13cbb89a9f332d975bfea7eac76d6cd3 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Tue, 10 May 2011 12:58:30 +0200 Subject: [PATCH] Remove hard-coded Cmd-key mappings --- src/getchar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getchar.c b/src/getchar.c index 0437e94af6..1641a350a9 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -5174,7 +5174,7 @@ static struct initmap # endif #endif -#if defined(MACOS) +#if defined(MACOS) && !defined(FEAT_GUI_MACVIM) /* Use the Standard MacOS binding. */ /* paste, copy and cut */ {(char_u *)" \"*P", NORMAL},