From 40e7cd5888891aab1c77c1e91cea68e92559b7c9 Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 29 Nov 2010 19:52:36 +0900 Subject: Follow Vimp3 --- statstat.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'statstat.js') diff --git a/statstat.js b/statstat.js index f4006ab..4deff24 100644 --- a/statstat.js +++ b/statstat.js @@ -39,13 +39,13 @@ let PLUGIN_INFO = すた☆すた Show information on statusline. ステータスラインに情報を表示 - 1.0.2 + 1.0.3 anekos new BSD License (Please read the source code comments of this plugin) 修正BSDライセンス (ソースコードのコメントを参照してください) http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/statstat.js - 2.0 - 2.3 + 2.4 + 2.4 @@ -56,7 +56,7 @@ let PLUGIN_INFO = // }}} // INFO {{{ let INFO = - @@ -105,7 +105,7 @@ let INFO = label.setAttribute('value', '-----'); panel.appendChild(label); let stbar = document.getElementById('status-bar'); - stbar.insertBefore(panel, document.getElementById('liberator-statusline').nextSibling); + stbar.appendChild(panel); stat = liberator.plugins.statstat = { previousText: null, -- cgit v1.2.3