diff options
author | anekos | 2010-02-05 10:29:36 +0000 |
---|---|---|
committer | anekos | 2010-02-05 10:29:36 +0000 |
commit | 15b98d7072076533c8b717006804d3f353fd781d (patch) | |
tree | 7cec4938ff52c12c9bc8fac1918a0201258466f1 /lo.js | |
parent | 4513b46b3859d3d2f94e0560f467ad22406bfba4 (diff) | |
download | vimperator-plugins-15b98d7072076533c8b717006804d3f353fd781d.tar.bz2 |
getLinks を使うように
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36627 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'lo.js')
-rw-r--r-- | lo.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ let INFO = ], bang: true, completer: function (context) { - lolinks = Array.slice(content.document.links); + lolinks = getLinks(); context.title = ['URL', 'Text Content']; context.compare = CompletionContext.Sort.number; context.completions = |