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

Fix :bmark!.

--HG--
extra : rebase_source : 0a2fca19627555ada35aa580e58bc5e0e608a756
This commit is contained in:
Kris Maglione
2010-09-20 11:36:56 -04:00
parent a460446f00
commit 29eef10f03
4 changed files with 6 additions and 5 deletions

View File

@@ -914,6 +914,7 @@ const Commands = Module("commands", {
// dynamically get completions as specified with the command's completer function
let command = cmd && commands.get(cmd);
if (!command) {
context.highlight();
context.highlight(0, cmd && cmd.length, "SPELLCHECK");
return;
}