This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/MacVim/MMTextViewHelper.m b/src/MacVim/MMTextViewHelper.m | |
index 4d10432..42f311b 100644 | |
--- a/src/MacVim/MMTextViewHelper.m | |
+++ b/src/MacVim/MMTextViewHelper.m | |
@@ -22,6 +22,9 @@ | |
#import "MMWindowController.h" | |
#import "Miscellaneous.h" | |
+// asymetric meta keys | |
+#define NSLeftAlternateKeyMask (0x000020 | NSAlternateKeyMask) |