mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:57:58 +01:00
whitespace fixes
This commit is contained in:
@@ -719,7 +719,7 @@ liberator.History = function () //{{{
|
|||||||
|
|
||||||
if (!filter)
|
if (!filter)
|
||||||
return cachedHistory.concat(history);
|
return cachedHistory.concat(history);
|
||||||
return liberator.completion.cached("history", filter, function() cachedHistory.concat(history),
|
return liberator.completion.cached("history", filter, function () cachedHistory.concat(history),
|
||||||
"filterURLArray");
|
"filterURLArray");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -85,7 +85,6 @@ liberator.IO = function () //{{{
|
|||||||
return head + pathSeparator + tail;
|
return head + pathSeparator + tail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////}}}
|
/////////////////////////////////////////////////////////////////////////////}}}
|
||||||
////////////////////// OPTIONS ////////////////////////////////////////////////
|
////////////////////// OPTIONS ////////////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|||||||
@@ -229,7 +229,6 @@ liberator.modes = (function () //{{{
|
|||||||
main = mainMode;
|
main = mainMode;
|
||||||
if (!extendedMode)
|
if (!extendedMode)
|
||||||
extended = liberator.modes.NONE;
|
extended = liberator.modes.NONE;
|
||||||
|
|
||||||
}
|
}
|
||||||
if (typeof extendedMode === "number")
|
if (typeof extendedMode === "number")
|
||||||
extended = extendedMode;
|
extended = extendedMode;
|
||||||
|
|||||||
@@ -193,10 +193,10 @@ liberator.config = { //{{{
|
|||||||
{
|
{
|
||||||
window.messageWasEditedExternally = false;
|
window.messageWasEditedExternally = false;
|
||||||
}, true);
|
}, true);
|
||||||
|
|
||||||
/*window.document.addEventListener("unload", function () {
|
/*window.document.addEventListener("unload", function () {
|
||||||
GetCurrentEditor().removeDocumentStateListener(liberator.config.stateListener);
|
GetCurrentEditor().removeDocumentStateListener(liberator.config.stateListener);
|
||||||
}, true);*/
|
}, true);*/
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1335,7 +1335,6 @@ liberator.ItemList = function (id) //{{{
|
|||||||
completionBody = dom.getElementsByTagName("tbody")[0];
|
completionBody = dom.getElementsByTagName("tbody")[0];
|
||||||
completionElements = completionBody.childNodes;
|
completionElements = completionBody.childNodes;
|
||||||
doc.body.appendChild(dom);
|
doc.body.appendChild(dom);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////}}}
|
/////////////////////////////////////////////////////////////////////////////}}}
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ ____
|
|||||||
____
|
____
|
||||||
List of directories searched when executing the :cd command. This is only used
|
List of directories searched when executing the :cd command. This is only used
|
||||||
for relative paths, if an absolute path is specified then the option is
|
for relative paths, if an absolute path is specified then the option is
|
||||||
ignored.
|
ignored.
|
||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ section:Closing{nbsp}tabs[closing-tabs]
|
|||||||
||[count]d||
|
||[count]d||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
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. Afterwards, the tab to the right of the
|
and the one to the right is selected. Afterwards, the tab to the right of the
|
||||||
deleted one is selected.
|
deleted one 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user