1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 03:34:11 +01:00

Fix :time :stuff, etc.

This commit is contained in:
Kris Maglione
2008-12-07 10:48:03 -05:00
parent 419c7ca662
commit 7693ac5000
9 changed files with 32 additions and 37 deletions

View File

@@ -354,7 +354,7 @@ function Hints() //{{{
}
hintNumber = 0;
hintString = commandline.getCommand();
hintString = commandline.command;
updateStatusline();
showHints();
if (validHints.length == 1)