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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user