1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 02:27:58 +01:00

added vimperator.has("feature") and made vimperator.open(...) work in thunderbird as well

This commit is contained in:
Martin Stubenschrott
2008-02-05 15:30:08 +00:00
parent 7d9e1e100a
commit 5f04e70663
5 changed files with 39 additions and 17 deletions

View File

@@ -29,7 +29,8 @@ the terms of any one of the MPL, the GPL or the LGPL.
vimperator.config = {
name: "Vimperator",
hostApplication: "Firefox",
dialogs: []
dialogs: [],
features: ["bookmarks", "history", "marks", "quickmarks", "hints", "tabs"]
}
// vim: set fdm=marker sw=4 ts=4 et: