1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 21:17:59 +01:00

Fix hyperlinking of URLs in :ls output.

This commit is contained in:
Doug Kearns
2009-05-23 00:51:15 +10:00
parent ee7e1244d3
commit 491d17a4a0
2 changed files with 1 additions and 2 deletions

View File

@@ -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
};

View File

@@ -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