From 5cdc58b63e6141f6ebeb2cab0beb62bb19752182 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 25 Nov 2008 16:26:41 +0000 Subject: follow CVS Head git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@24876 d0d07461-0603-4401-acd4-de1884942a52 --- auto_source.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_source.js') diff --git a/auto_source.js b/auto_source.js index 2786c8e..2253c26 100644 --- a/auto_source.js +++ b/auto_source.js @@ -81,7 +81,7 @@ completer: function (context, arg, bang) { if (bang) { context.title = ['Path']; - context.items = files.map(function (it) ([it.path])); + context.completions = files.map(function (it) ([it.path])); } else { completion.file(context); } -- cgit v1.2.3