mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 23:02:27 +01:00
Add to HACKING
This commit is contained in:
@@ -359,6 +359,7 @@ function CommandLine() //{{{
|
||||
|
||||
tab: function tab(reverse)
|
||||
{
|
||||
autocompleteTimer.flush();
|
||||
// Check if we need to run the completer.
|
||||
if (this.context.waitingForTab || this.wildIndex == -1)
|
||||
this.complete(true, true);
|
||||
|
||||
Reference in New Issue
Block a user