mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 21:17:59 +01:00
remove trailing comma from :paginfo instantiation
This commit is contained in:
@@ -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]"],
|
||||
|
||||
Reference in New Issue
Block a user