mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 09:54:12 +01:00
Better dactyl: charset handling. Fix some option completion issues.
This commit is contained in:
@@ -969,7 +969,7 @@ var Commands = Module("commands", {
|
||||
util.assert(!error, error);
|
||||
|
||||
// if we add the argument to an option after a space, it MUST not be empty
|
||||
if (sep != "=" && !quote && arg.length == 0)
|
||||
if (sep != "=" && !quote && arg.length == 0 && !complete)
|
||||
arg = null;
|
||||
|
||||
count++; // to compensate the "=" character
|
||||
|
||||
Reference in New Issue
Block a user