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

made :setlocal work on tabs, not buffer

This commit is contained in:
Martin Stubenschrott
2008-08-13 20:50:39 +00:00
parent 0c11a6b652
commit c49ed07af9
4 changed files with 13 additions and 8 deletions

View File

@@ -538,6 +538,16 @@ liberator.Tabs = function () //{{{
get count() { return getBrowser().mTabs.length; },
// used for :setlocal
get options()
{
var tab = this.getTab();
if (!tab.liberatorOptions)
tab.liberatorOptions = {};
return tab.liberatorOptions;
},
get tabStrip()
{
if (liberator.config.hostApplication == "Firefox")