mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:47:59 +01:00
Make :rehash|echomsg "foo" work as expected.
--HG-- branch : groups
This commit is contained in:
@@ -1090,6 +1090,8 @@ var Commands = Module("commands", {
|
||||
args.commandString = str.substr(0, len) + args.string;
|
||||
str = args.trailing;
|
||||
yield [command, args];
|
||||
if (args.break)
|
||||
break;
|
||||
}
|
||||
while (str);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user