1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 20:22:26 +01:00

Disable completion.shellCommand.

This commit is contained in:
Kris Maglione
2010-12-20 13:04:46 -05:00
parent 05a1c0cce0
commit bd4ad25901
3 changed files with 9 additions and 6 deletions

View File

@@ -500,6 +500,9 @@ const CommandLine = Module("commandline", {
this._history.save();
this.resetCompletions(); // cancels any asynchronous completion still going on, must be before we set completions = null
this.hideCompletions();
this._completions = null;
this._history = null;
this._statusTimer.tell();
if (!this._keepCommand || this._silent || this._quiet) {
modes.delay(function () {