diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index 8d090794..7892c021 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -767,7 +767,8 @@ function Commands() //{{{ usage: ["tab {cmd}"], short_help: "Execute {cmd} and tell it to output in a new tab", help: "Works for only commands that support it.
" + - "Example: :tab help tab opens the help in a new tab." + "Example: :tab help tab opens the help in a new tab.", + completer: function(filter) { return get_command_completions(filter); } } )); addDefaultCommand(new Command(["tabl[ast]"],