mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
Fix arg parser bugs. Add "Waiting..." message for incomplete completers.
This commit is contained in:
@@ -699,7 +699,10 @@ function Options() //{{{
|
||||
context.advance(context.filter.indexOf("=") + 1);
|
||||
|
||||
if (!option)
|
||||
{
|
||||
context.message = "No such option: " + opt.name;
|
||||
context.highlight(0, name.length, "SPELLCHECK");
|
||||
}
|
||||
|
||||
if (opt.get || opt.reset || !option || prefix)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user