mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:32:25 +01:00
improved :viewsource, thanks Juergen
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -13,6 +13,7 @@ Inactive/former developers:
|
||||
* Marco Candrian (mac@calmar.ws)
|
||||
|
||||
Patches (in no special order):
|
||||
* Juergen Descher
|
||||
* Kazuo (count support for ctrl-^)
|
||||
* Daniel Schaffrath (;b support)
|
||||
* Dominik Meister (:b# support and other buffer related commands)
|
||||
|
||||
@@ -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