mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 11:37:57 +01:00
* b is now :buffer! with !
* show mode again on tabchange * temporary :command without real function, sorry for the commit ;)
This commit is contained in:
@@ -430,6 +430,16 @@ function Commands() //{{{
|
||||
completer: function(filter) { return vimperator.completion.get_bookmark_completions(filter); }
|
||||
}
|
||||
));
|
||||
addDefaultCommand(new Command(["com[mand]"],
|
||||
function(args)
|
||||
{
|
||||
vimperator.echo(vimperator.util.colorize(window.argParser(args)));
|
||||
},
|
||||
{
|
||||
short_help: "Temporarily used for testing args parser",
|
||||
help: ""
|
||||
}
|
||||
));
|
||||
addDefaultCommand(new Command(["delm[arks]"],
|
||||
function(args, special)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user