mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-07 04:13:33 +02:00
whitespace fixes
This commit is contained in:
@@ -759,7 +759,7 @@ function Commands() //{{{
|
||||
{
|
||||
if (/^custom,/.test(completeOpt))
|
||||
completeFunc = completeOpt.substr(7);
|
||||
else
|
||||
else
|
||||
completeFunc = "completion." + completeOptionMap[completeOpt];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user