mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:08:00 +01:00
Dont quote literal option args. Fix more/less completion arrows.
This commit is contained in:
@@ -609,6 +609,7 @@ function Commands() //{{{
|
||||
{
|
||||
args.literalArg = sub;
|
||||
args.push(sub);
|
||||
args.quote = null;
|
||||
if (complete)
|
||||
args.completeArg = args.length - 1;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user