1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 21:37:58 +01:00

:macros <filter> added + 2 additional autocommands events: BrowserRestart and BrowserQuit

This commit is contained in:
Marco Candrian
2008-01-20 19:23:31 +00:00
parent 4be468e568
commit d21dccfff7
4 changed files with 35 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ vimperator.Completion = function () //{{{
{
substrings = [];
var nodes = [
["BrowserExit", "when firefox exits"],
["BrowserRestart", "when firefox restarts"],
["PageLoad", "when a page gets (re)loaded/opened"]
];