mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:32:27 +01:00
fix some arg parsing caused by last argCount additions
This commit is contained in:
@@ -808,7 +808,7 @@ liberator.Buffer = function () //{{{
|
||||
|
||||
liberator.commands.add(["vie[wsource]"],
|
||||
"View source code of current document",
|
||||
function (args, special) { liberator.buffer.viewSource(args, special); },
|
||||
function (args, special) { liberator.buffer.viewSource(args.arguments[0], special); },
|
||||
{
|
||||
argCount: "1",
|
||||
bang: true
|
||||
|
||||
Reference in New Issue
Block a user