1
0
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:
Kris Maglione
2011-02-05 08:46:35 -05:00
parent 4b8e834fa6
commit 5a00fb0c62
3 changed files with 13 additions and 2 deletions

View File

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