1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 23:52:27 +01:00

no need to check futher -> break;

This commit is contained in:
Marco Candrian
2007-12-07 12:47:37 +00:00
parent 376cb2c6e8
commit 59d948c675

View File

@@ -168,6 +168,7 @@ vimperator.Mappings = function () //{{{
break; // found on this mode - check next mode, if there is one, where it could still fail...
}
}
break; // not found in this mode -> map wont' match all modes...
}
if (output)
yield maps[i];
@@ -302,6 +303,7 @@ vimperator.Mappings = function () //{{{
break; // found on this mode - ok, check next mode...
}
}
break; // not found in this mode -> map wont' match all modes...
}
}