diff options
author | anekos | 2008-11-25 16:26:41 +0000 |
---|---|---|
committer | anekos | 2008-11-25 16:26:41 +0000 |
commit | 5cdc58b63e6141f6ebeb2cab0beb62bb19752182 (patch) | |
tree | 697da9317e14192adb723ed5d5ec274886f3eb6c /auto_source.js | |
parent | dc613fc1ac38fc8e53505c4315e239fac49450ad (diff) | |
download | vimperator-plugins-5cdc58b63e6141f6ebeb2cab0beb62bb19752182.tar.bz2 |
follow CVS Head
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@24876 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'auto_source.js')
-rw-r--r-- | auto_source.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |