From 230c3c245e82be4881f42feea62507cd60992a88 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 30 Sep 2008 13:36:02 +0000 Subject: ・echoを常に位置行表示にした git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@20317 d0d07461-0603-4401-acd4-de1884942a52 --- auto_detect_link.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_detect_link.js') diff --git a/auto_detect_link.js b/auto_detect_link.js index 56934ca..ed76a1e 100644 --- a/auto_detect_link.js +++ b/auto_detect_link.js @@ -160,7 +160,7 @@ // 開いたURIなどの表示 function displayOpened (link) { let msg = 'open: ' + link.type + ' <' + link.text + '> ' + link.uri; - setTimeout(function () liberator.echo(msg), 1000); + setTimeout(function () liberator.echo(msg, liberator.commandline.FORCE_SINGLELINE), 1000); liberator.log(msg); } -- cgit v1.2.3