mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
More completion stuff. And move vimperator.png to chrome://liberator2/content/ -- long story.
This commit is contained in:
@@ -750,9 +750,8 @@ function Options() //{{{
|
||||
let opt = parseOpt(filter, modifiers);
|
||||
let option = opt.option;
|
||||
|
||||
commandline.highlight(0, 0, "SPELLCHECK");
|
||||
if (!option) /* FIXME: Kludge. */
|
||||
commandline.highlight(0, name.length, "SPELLCHECK");
|
||||
if (!option)
|
||||
context.highlight(0, name.length, "SPELLCHECK");
|
||||
|
||||
if (opt.get || opt.reset || !option || prefix)
|
||||
return [0, []];
|
||||
|
||||
Reference in New Issue
Block a user