1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 15:37:59 +01:00

brace formatting fixes

This commit is contained in:
Doug Kearns
2008-12-19 19:07:17 +11:00
parent 6186ad27b4
commit 194aaf46eb
6 changed files with 17 additions and 9 deletions

View File

@@ -581,12 +581,14 @@ function Hints() //{{{
mappings.add(myModes, [";"],
"Start an extended hint mode",
function (count) {
function (count)
{
extendedhintCount = count;
commandline.input(";", function (arg) { setTimeout(function () hints.show(arg), 0) },
{
promptHighlight: "Normal",
completer: function (context) {
completer: function (context)
{
context.compare = function () 0;
context.completions = [[k, v.prompt] for ([k, v] in Iterator(hintModes))];
},