mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 02:37:58 +01:00
whitespace fixes
This commit is contained in:
@@ -623,6 +623,7 @@ liberator.History = function () //{{{
|
|||||||
"Show recently visited URLs",
|
"Show recently visited URLs",
|
||||||
function (args, special) { liberator.history.list(args, special); },
|
function (args, special) { liberator.history.list(args, special); },
|
||||||
{ completer: function (filter) { return [0, liberator.history.get(filter)]; } });
|
{ completer: function (filter) { return [0, liberator.history.get(filter)]; } });
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////}}}
|
/////////////////////////////////////////////////////////////////////////////}}}
|
||||||
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
@@ -761,6 +762,7 @@ liberator.QuickMarks = function () //{{{
|
|||||||
/////////////////////////////////////////////////////////////////////////////}}}
|
/////////////////////////////////////////////////////////////////////////////}}}
|
||||||
////////////////////// MAPPINGS ////////////////////////////////////////////////
|
////////////////////// MAPPINGS ////////////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|
||||||
var modes = liberator.config.browserModes || [liberator.modes.NORMAL];
|
var modes = liberator.config.browserModes || [liberator.modes.NORMAL];
|
||||||
|
|
||||||
liberator.mappings.add(modes,
|
liberator.mappings.add(modes,
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ const liberator = (function () //{{{
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|
||||||
var callbacks = [];
|
var callbacks = [];
|
||||||
|
|
||||||
function loadModule(name, func)
|
function loadModule(name, func)
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ liberator.Tabs = function () //{{{
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|
||||||
var tabmail;
|
var tabmail;
|
||||||
var getBrowser = (function () {
|
var getBrowser = (function () {
|
||||||
if (liberator.config.hostApplication == "Thunderbird")
|
if (liberator.config.hostApplication == "Thunderbird")
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ ________________________________________________________________________________
|
|||||||
Delete current buffer (=tab). Count is supported, [c]:2bd[c] removes two tabs
|
Delete current buffer (=tab). Count is supported, [c]:2bd[c] removes two tabs
|
||||||
and the one to the right is selected.
|
and the one to the right is selected.
|
||||||
|
|
||||||
When used with [arg], remove all tabs which contain [arg] in the hostname.
|
When used with [arg], remove all tabs which contain [arg] in the hostname.
|
||||||
[!] forces this command to also search for [arg] in the full URL and also
|
[!] forces this command to also search for [arg] in the full URL and also
|
||||||
the title of the tab. Use with care.
|
the title of the tab. Use with care.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
Reference in New Issue
Block a user