From 491d17a4a0f8289ef7c5015a8dd4fd5a6d4028dc Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 23 May 2009 00:51:15 +1000 Subject: [PATCH] Fix hyperlinking of URLs in :ls output. --- common/content/completion.js | 2 +- vimperator/TODO | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/content/completion.js b/common/content/completion.js index cf0a142f..50e3e0df 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -1446,7 +1446,7 @@ function Completion() //{{{ return { text: [i + ": " + (tab.label || "(Untitled)"), i + ": " + url], - url: url, + url: template.highlightURL(url), indicator: indicator, icon: tab.image || DEFAULT_FAVICON }; diff --git a/vimperator/TODO b/vimperator/TODO index 723da511..0f6873df 100644 --- a/vimperator/TODO +++ b/vimperator/TODO @@ -41,7 +41,6 @@ BUGS: - :messages is _very_ slow for message history of several thousand lines -> Unresponsive Script: util.js:79 (sometimes xmlToDom() and elsewhere) - The MOW shouldn't close when executing hints and ;F isn't working. -- URLs in :ls output are no longer hyperlinks FEATURES: 8 change the extension ID to vimperator@vimperator.org rather than