mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:58:00 +01:00
Get rid of QUICK/EXTENDED hint modes, since they dont make sense anymore.
This commit is contained in:
@@ -990,7 +990,7 @@ function CommandLine() //{{{
|
||||
{
|
||||
statusline.updateInputBuffer("");
|
||||
startHints = false;
|
||||
hints.show(modes.EXTENDED_HINT, key, undefined, win);
|
||||
hints.show(key, undefined, win);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user