aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2012-06-17 20:09:43 +0900
committeranekos2012-06-17 20:09:43 +0900
commitee0d23a58e007906ece2de6aac021383e81db7a0 (patch)
tree3f00a0a421e2b0e75e3329b01509e9835b7641c6
parentef8ccee32838c87e2c4c60fa8b60765f4645a83e (diff)
downloadvimperator-plugins-ee0d23a58e007906ece2de6aac021383e81db7a0.tar.bz2
Fix completion header.
-rw-r--r--newtab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/newtab.js b/newtab.js
index dcacf18..b9e9061 100644
--- a/newtab.js
+++ b/newtab.js
@@ -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]