1
0
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:
Kris Maglione
2009-01-06 11:40:12 -05:00
parent a07394e16c
commit ffd69033f7
2 changed files with 41 additions and 3 deletions

View File

@@ -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);