1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-01 12:05:46 +01:00

hopefully made the MOW hack better, so that it doesn't show during startup

fixed wildoptions=sort
This commit is contained in:
Martin Stubenschrott
2007-08-13 18:12:40 +00:00
parent 5ad83d42b4
commit 0d81e13533
4 changed files with 64 additions and 6 deletions

View File

@@ -234,7 +234,7 @@ function Mappings() //{{{
// TODO: move default maps to their own v.normal namespace
this.getDefaultMap = function(mode, cmd)
{
return getMap(mode, cmd, main);
return getMap(mode, cmd, main);
}
// returns an array of mappings with names which start with "cmd"