We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79f9347 + 193dd55 commit 226311aCopy full SHA for 226311a
src/MacVim/MMTextViewHelper.m
@@ -159,8 +159,7 @@ - (void)keyDown:(NSEvent *)event
159
// Note that this implies that 'mmta' (if enabled) breaks input methods
160
// when the Alt key is held.
161
if ((flags & NSAlternateKeyMask) && [mmta boolValue] && [unmod length] == 1
162
- && [unmod characterAtIndex:0] > 0x20
163
- && [unmod characterAtIndex:0] < 0x7f) {
+ && [unmod characterAtIndex:0] > 0x20) {
164
ASLogDebug(@"MACMETA key, don't interpret it");
165
string = unmod;
166
} else if (imState && (flags & NSControlKeyMask)
0 commit comments