mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:28:00 +01:00
more '-quotes fix.
This commit is contained in:
@@ -924,7 +924,7 @@ function Commands() //{{{
|
||||
[["-count"], commandManager.OPTION_NOARG],
|
||||
[["-complete"], commandManager.OPTION_STRING,
|
||||
function (arg) arg in completeOptionMap || /custom,\w+/.test(arg),
|
||||
function (context) [[k, ''] for ([k, v] in Iterator(completeOptionMap))]]
|
||||
function (context) [[k, ""] for ([k, v] in Iterator(completeOptionMap))]]
|
||||
],
|
||||
literal: 1,
|
||||
serial: function () [
|
||||
|
||||
Reference in New Issue
Block a user