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

merge improvements to :pageinfo

This commit is contained in:
Doug Kearns
2007-11-22 12:01:35 +00:00
parent d15c85be04
commit 0eeeec421e
2 changed files with 21 additions and 21 deletions

View File

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