mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 23:32:26 +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)
|
* Marco Candrian (mac@calmar.ws)
|
||||||
|
|
||||||
Patches (in no special order):
|
Patches (in no special order):
|
||||||
|
* Juergen Descher
|
||||||
* Kazuo (count support for ctrl-^)
|
* Kazuo (count support for ctrl-^)
|
||||||
* Daniel Schaffrath (;b support)
|
* Daniel Schaffrath (;b support)
|
||||||
* Dominik Meister (:b# support and other buffer related commands)
|
* Dominik Meister (:b# support and other buffer related commands)
|
||||||
|
|||||||
@@ -942,8 +942,9 @@ function Buffer() //{{{
|
|||||||
"View source code of current document",
|
"View source code of current document",
|
||||||
function (args, special) { buffer.viewSource(args.arguments[0], special); },
|
function (args, special) { buffer.viewSource(args.arguments[0], special); },
|
||||||
{
|
{
|
||||||
argCount: "1",
|
argCount: "?",
|
||||||
bang: true
|
bang: true,
|
||||||
|
completer: function (filter) completion.url(filter, "bhf")
|
||||||
});
|
});
|
||||||
|
|
||||||
commands.add(["zo[om]"],
|
commands.add(["zo[om]"],
|
||||||
|
|||||||
Reference in New Issue
Block a user