1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 14:08:11 +01:00

added feeds info to :pageinfo

This commit is contained in:
Martin Stubenschrott
2007-11-05 22:48:03 +00:00
parent be0f735339
commit 8c28e8fd81
6 changed files with 198 additions and 63 deletions

View File

@@ -1495,8 +1495,8 @@ vimperator.Commands = function() //{{{
addDefaultCommand(new vimperator.Command(["pa[geinfo]"],
function () { vimperator.buffer.pageInfo(true); },
{
short_help: "Show general and/or meta-content site informations",
help: "Show general and/or meta-content site informations"
short_help: "Show various page information",
help: "See :help 'pageinfo' for available options",
}
));
addDefaultCommand(new vimperator.Command(["pc[lose]"],