1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 14:02:28 +01:00

improved :viewsource, thanks Juergen

This commit is contained in:
Martin Stubenschrott
2008-10-23 11:29:16 +00:00
parent beb8c6a744
commit 0c8dc35413
2 changed files with 4 additions and 2 deletions

View File

@@ -942,8 +942,9 @@ function Buffer() //{{{
"View source code of current document",
function (args, special) { buffer.viewSource(args.arguments[0], special); },
{
argCount: "1",
bang: true
argCount: "?",
bang: true,
completer: function (filter) completion.url(filter, "bhf")
});
commands.add(["zo[om]"],