mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:27:57 +01:00
whitespace fixes
This commit is contained in:
@@ -623,6 +623,7 @@ liberator.History = function () //{{{
|
||||
"Show recently visited URLs",
|
||||
function (args, special) { liberator.history.list(args, special); },
|
||||
{ completer: function (filter) { return [0, liberator.history.get(filter)]; } });
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
@@ -761,6 +762,7 @@ liberator.QuickMarks = function () //{{{
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
////////////////////// MAPPINGS ////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
var modes = liberator.config.browserModes || [liberator.modes.NORMAL];
|
||||
|
||||
liberator.mappings.add(modes,
|
||||
|
||||
@@ -31,6 +31,7 @@ const liberator = (function () //{{{
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
var callbacks = [];
|
||||
|
||||
function loadModule(name, func)
|
||||
|
||||
@@ -33,6 +33,7 @@ liberator.Tabs = function () //{{{
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
var tabmail;
|
||||
var getBrowser = (function () {
|
||||
if (liberator.config.hostApplication == "Thunderbird")
|
||||
|
||||
@@ -12,7 +12,7 @@ ________________________________________________________________________________
|
||||
Delete current buffer (=tab). Count is supported, [c]:2bd[c] removes two tabs
|
||||
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
|
||||
the title of the tab. Use with care.
|
||||
________________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user