mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-17 03:53:31 +02:00
Fix spurious extra quotation marks in completion output.
This commit is contained in:
@@ -1194,8 +1194,8 @@ const Commands = Module("commands", {
|
|||||||
"": quote("", "|\\\\\\s'\"")
|
"": quote("", "|\\\\\\s'\"")
|
||||||
};
|
};
|
||||||
Commands.complQuote = {
|
Commands.complQuote = {
|
||||||
'"': ['"', Commands.quoteArg['"'], '"'],
|
'"': ['"', quote("", Commands.quoteArg['"'].list), '"'],
|
||||||
"'": ["'", Commands.quoteArg["'"], "'"],
|
"'": ["'", quote("", Commands.quoteArg["'"].list), "'"],
|
||||||
"": ["", Commands.quoteArg[""], ""]
|
"": ["", Commands.quoteArg[""], ""]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user