diff --git a/content/commands.js b/content/commands.js index 8d30576b..8bd0e0e0 100644 --- a/content/commands.js +++ b/content/commands.js @@ -1031,7 +1031,7 @@ vimperator.Commands = function () //{{{ "
  • :help 'complete' for options (surrounded by ' and ')
  • " + "
  • :help o for mappings (no pre- or postfix)
  • " + "" + - "You can however use partial stings in the tab completion, so :help he<Tab> completes :help :help.", + "You can however use partial strings in the tab completion, so :help he<Tab> completes :help :help.", completer: function (filter) { return vimperator.completion.help(filter); } } ));