mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:07:57 +01:00
Make the silly ':hi Bell display:none;' hack function again.
This commit is contained in:
@@ -147,7 +147,7 @@ const Command = Class("Command", {
|
||||
if (args.bang && !this.bang)
|
||||
throw FailedAssertion("E477: No ! allowed");
|
||||
|
||||
dactyl.trapErrors(function exec(command) {
|
||||
return !dactyl.trapErrors(function exec(command) {
|
||||
if (this.always)
|
||||
this.always(args, modifiers);
|
||||
if (!io.sourcing || !io.sourcing.noExecute)
|
||||
|
||||
Reference in New Issue
Block a user