mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 20:44:11 +01:00
whitespace fixes and revert some overly aggressive use of expression closures
This commit is contained in:
@@ -193,7 +193,7 @@ liberator.IO = function () //{{{
|
||||
|
||||
liberator.commands.add(["pw[d]"],
|
||||
"Print the current directory name",
|
||||
function () liberator.echo(liberator.io.getCurrentDirectory()),
|
||||
function () { liberator.echo(liberator.io.getCurrentDirectory()); },
|
||||
{ argCount: "0" });
|
||||
|
||||
// mkv[imperatorrc] or mkm[uttatorrc]
|
||||
|
||||
Reference in New Issue
Block a user