mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:02:26 +01:00
remove the space between tags in :bmarks output
This commit is contained in:
@@ -515,8 +515,8 @@ with (liberator) liberator.Bookmarks = function () //{{{
|
|||||||
{
|
{
|
||||||
url: item.url,
|
url: item.url,
|
||||||
title: item.title,
|
title: item.title,
|
||||||
extra: [['keyword', item.keyword, "hl-Keyword"],
|
extra: [['keyword', item.keyword, "hl-Keyword"],
|
||||||
['tags', item.tags.join(', '), "hl-Tag"]
|
['tags', item.tags.join(','), "hl-Tag"]
|
||||||
].filter(function (i) i[1])
|
].filter(function (i) i[1])
|
||||||
} for each (item in items)));
|
} for each (item in items)));
|
||||||
commandline.echo(list, commandline.HL_NORMAL, commandline.FORCE_MULTILINE);
|
commandline.echo(list, commandline.HL_NORMAL, commandline.FORCE_MULTILINE);
|
||||||
|
|||||||
Reference in New Issue
Block a user