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:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user