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