diff options
author | anekos | 2012-06-17 20:09:43 +0900 |
---|---|---|
committer | anekos | 2012-06-17 20:09:43 +0900 |
commit | ee0d23a58e007906ece2de6aac021383e81db7a0 (patch) | |
tree | 3f00a0a421e2b0e75e3329b01509e9835b7641c6 | |
parent | ef8ccee32838c87e2c4c60fa8b60765f4645a83e (diff) | |
download | vimperator-plugins-ee0d23a58e007906ece2de6aac021383e81db7a0.tar.bz2 |
Fix completion header.
-rw-r--r-- | newtab.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ let INFO = 'n', 'about:newtab completer', function (context, args) { - context.title = ['URL', 'Title']; + context.title = ['about:newtab', 'Title']; context.filters = [CompletionContext.Filter.textAndDescription]; context.completions = [ [t.url, t.title] |