mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 03:34:12 +01:00
Fix some bugs.
This commit is contained in:
@@ -38,7 +38,6 @@ function AutoCommands() //{{{
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
var store = [];
|
||||
var lastFocus = null;
|
||||
|
||||
function matchAutoCmd(autoCmd, event, regex)
|
||||
{
|
||||
@@ -295,6 +294,8 @@ function Events() //{{{
|
||||
|
||||
var fullscreen = window.fullScreen;
|
||||
|
||||
var lastFocus = null;
|
||||
|
||||
var inputBufferLength = 0; // count the number of keys in v.input.buffer (can be different from v.input.buffer.length)
|
||||
var skipMap = false; // while feeding the keys (stored in v.input.buffer | no map found) - ignore mappings
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
const DEFAULT_FAVICON = "chrome://mozapps/skin/places/defaultFavicon.png";
|
||||
|
||||
// Try to import older command line history, quick marks, etc.
|
||||
liberator.registerObserver("load_options", function () {
|
||||
liberator.registerObserver("load", function () {
|
||||
if (!options.getPref("extensions.vimperator.commandline_cmd_history"))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user