mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 14:27:58 +01:00
added flags to vimperator.commandline.echo()
This commit is contained in:
@@ -845,7 +845,7 @@ function Events() //{{{
|
||||
if (ssli == 1)
|
||||
vimperator.statusline.updateUrl("Link: " + link);
|
||||
else if (ssli == 2)
|
||||
vimperator.echo("Link: " + link);
|
||||
vimperator.echo("Link: " + link, vimperator.commandline.DISALLOW_MULTILINE);
|
||||
}
|
||||
|
||||
if (link == "")
|
||||
|
||||
Reference in New Issue
Block a user