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

added flags to vimperator.commandline.echo()

This commit is contained in:
Martin Stubenschrott
2007-10-08 23:22:04 +00:00
parent ad5138cf91
commit 2521d3e693
11 changed files with 45 additions and 30 deletions

View File

@@ -295,7 +295,7 @@ function Mappings() //{{{
}
list += "</table>";
vimperator.commandline.echo(list, vimperator.commandline.HL_NORMAL, true); // TODO: force of multiline widget a better way
vimperator.commandline.echo(list, vimperator.commandline.HL_NORMAL, vimperator.commandline.FORCE_MULTILINE);
}
/////////////////////////////////////////////////////////////////////////////}}}
@@ -678,7 +678,7 @@ function Mappings() //{{{
{
var url = vimperator.buffer.URL;
vimperator.copyToClipboard(url);
vimperator.echo("Yanked " + url);
vimperator.echo("Yanked " + url, vimperator.commandline.FORCE_SINGLELINE);
},
{
short_help: "Yank current location to the clipboard",