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:
@@ -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]"],
|
||||
|
||||
Reference in New Issue
Block a user