1
0
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:
Daniel Bainton
2008-01-13 01:51:33 +00:00
parent 435452018c
commit f369cd1fe0
3 changed files with 7 additions and 3 deletions

View File

@@ -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];