From 15b98d7072076533c8b717006804d3f353fd781d Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 5 Feb 2010 10:29:36 +0000 Subject: getLinks を使うように git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36627 d0d07461-0603-4401-acd4-de1884942a52 --- lo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lo.js') diff --git a/lo.js b/lo.js index 9579ada..831ee3a 100644 --- a/lo.js +++ b/lo.js @@ -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 = -- cgit v1.2.3