mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 09:15:47 +01:00
no need to check futher -> break;
This commit is contained in:
@@ -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; // 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)
|
if (output)
|
||||||
yield maps[i];
|
yield maps[i];
|
||||||
@@ -302,6 +303,7 @@ vimperator.Mappings = function () //{{{
|
|||||||
break; // found on this mode - ok, check next mode...
|
break; // found on this mode - ok, check next mode...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break; // not found in this mode -> map wont' match all modes...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user