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:
@@ -1446,7 +1446,7 @@ function Completion() //{{{
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
text: [i + ": " + (tab.label || "(Untitled)"), i + ": " + url],
|
text: [i + ": " + (tab.label || "(Untitled)"), i + ": " + url],
|
||||||
url: url,
|
url: template.highlightURL(url),
|
||||||
indicator: indicator,
|
indicator: indicator,
|
||||||
icon: tab.image || DEFAULT_FAVICON
|
icon: tab.image || DEFAULT_FAVICON
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ BUGS:
|
|||||||
- :messages is _very_ slow for message history of several thousand lines ->
|
- :messages is _very_ slow for message history of several thousand lines ->
|
||||||
Unresponsive Script: util.js:79 (sometimes xmlToDom() and elsewhere)
|
Unresponsive Script: util.js:79 (sometimes xmlToDom() and elsewhere)
|
||||||
- The MOW shouldn't close when executing hints and ;F isn't working.
|
- The MOW shouldn't close when executing hints and ;F isn't working.
|
||||||
- URLs in :ls output are no longer hyperlinks
|
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
8 change the extension ID to vimperator@vimperator.org rather than
|
8 change the extension ID to vimperator@vimperator.org rather than
|
||||||
|
|||||||
Reference in New Issue
Block a user