mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:17:57 +01:00
Fixing tab completion for normal :set values
This commit is contained in:
@@ -1932,7 +1932,7 @@ vimperator.Commands = function () //{{{
|
||||
else if (reset)
|
||||
vimperator.options.resetFirefoxPref(name);
|
||||
else if (invertBoolean)
|
||||
vimperator.options.invertFirefoxBoolean(name);
|
||||
vimperator.options.invertFirefoxPref(name);
|
||||
else if (matches[3])
|
||||
{
|
||||
var value = matches[5];
|
||||
|
||||
Reference in New Issue
Block a user