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

remove trailing comma from :paginfo instantiation

This commit is contained in:
Doug Kearns
2007-12-04 08:19:56 +00:00
parent 89a97b9658
commit 63c36ef024

View File

@@ -1586,7 +1586,7 @@ vimperator.Commands = function () //{{{
function () { vimperator.buffer.pageInfo(true); },
{
shortHelp: "Show various page information",
help: "See :help 'pageinfo' for available options",
help: "See :help 'pageinfo' for available options"
}
));
commandManager.add(new vimperator.Command(["pc[lose]"],