1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 08:12:29 +01:00

Some esthetic and practical changes to modes and a couple of completion functions.

This commit is contained in:
Kris Maglione
2009-05-05 17:23:04 -04:00
parent f83a99ba06
commit 43537025c6
6 changed files with 76 additions and 35 deletions

View File

@@ -579,7 +579,7 @@ function Options() //{{{
});
}
completion.optionValue(context, opt.name, opt.operator);
context.fork("values", 0, completion, "optionValue", opt.name, opt.operator);
}
//