aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuVene2008-12-08 15:58:50 +0000
committersuVene2008-12-08 15:58:50 +0000
commit4525f0f5278152f6f7e6b6a5b7eb7b27bfc5dfd1 (patch)
tree1874828c9f09abf3e3687d1880a21195aa783c5f
parent2db97c6861700a24d3a64265755cb34f2cfc24c6 (diff)
downloadvimperator-plugins-4525f0f5278152f6f7e6b6a5b7eb7b27bfc5dfd1.tar.bz2
1.2は{NAME}がなかった
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/1.2@26149 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--multi_requester.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/multi_requester.js b/multi_requester.js
index 7d416c6..2dd7e8e 100644
--- a/multi_requester.js
+++ b/multi_requester.js
@@ -1,7 +1,7 @@
// PLUGIN_INFO//{{{
var PLUGIN_INFO =
<VimperatorPlugin>
- <name>{NAME}</name>
+ <name>multi_requester</name>
<description>request, and the result is displayed to the buffer.</description>
<description lang="ja">リクエストの結果をバッファに出力する。</description>
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>