This commit is contained in:
Justin M. Keyes
2017-07-08 16:17:21 +02:00
parent 0b88bf256d
commit 829e1f2c43
3 changed files with 31 additions and 31 deletions

View File

@@ -4197,7 +4197,7 @@ static char_u * translate_mapping (
}
str += 2;
}
if (IS_SPECIAL(c) || modifiers) { /* special key */
if (IS_SPECIAL(c) || modifiers) { // special key
if (expmap) {
ga_clear(&ga);
return NULL;