mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:58:00 +01:00
Fixing tab completion for normal :set values
This commit is contained in:
@@ -447,7 +447,9 @@ vimperator.Options = function () //{{{
|
||||
{
|
||||
return firefoxBranch.clearUserPref(name);
|
||||
},
|
||||
invertFirefoxBoolean: function (name)
|
||||
|
||||
// this works only for booleans
|
||||
invertFirefoxPref: function (name)
|
||||
{
|
||||
if (firefoxBranch.getPrefType(name) == firefoxBranch.PREF_BOOL)
|
||||
this.setFirefoxPref(name, !this.getFirefoxPref(name));
|
||||
|
||||
Reference in New Issue
Block a user