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:
@@ -354,7 +354,7 @@ function Hints() //{{{
|
||||
}
|
||||
|
||||
hintNumber = 0;
|
||||
hintString = commandline.getCommand();
|
||||
hintString = commandline.command;
|
||||
updateStatusline();
|
||||
showHints();
|
||||
if (validHints.length == 1)
|
||||
|
||||
Reference in New Issue
Block a user