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

Fix first more prompt. Don't sort hint completions.

This commit is contained in:
Kris Maglione
2008-12-16 10:28:24 -05:00
parent 2c25911122
commit 0b4e0b6b62
2 changed files with 3 additions and 2 deletions

View File

@@ -587,6 +587,7 @@ function Hints() //{{{
{
promptHighlight: "Normal",
completer: function (context) {
context.compare = function () 0;
context.completions = [[k, v.prompt] for ([k, v] in Iterator(hintModes))];
},
onChange: function () { modes.pop() }