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