mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:17:59 +01:00
Fix some completion bugs
This commit is contained in:
@@ -534,9 +534,9 @@ function Commands() //{{{
|
||||
|
||||
if (complete)
|
||||
{
|
||||
args.completeStart += optname.length + count;
|
||||
if (quote || !invalid && count)
|
||||
{
|
||||
args.completeStart += optname.length + 1;
|
||||
args.completeOpt = opt[0][0];
|
||||
args.quote = quoteArg[quote] || quoteArg[""];
|
||||
if (typeof opt[3] == "function")
|
||||
|
||||
Reference in New Issue
Block a user