aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2010-04-23 04:59:40 +0000
committeranekos2010-04-23 04:59:40 +0000
commit8006029b78bebd9f3264549f6005a61e11988136 (patch)
tree152999da480c3bc9bdae6be4e52bce4f7afc0e6c
parent9be8962fb5e068187062681725d61673806f22dd (diff)
downloadvimperator-plugins-8006029b78bebd9f3264549f6005a61e11988136.tar.bz2
プラグイン名まつがい
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37258 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--auto_source.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_source.js b/auto_source.js
index 74cb43e..8dccbda 100644
--- a/auto_source.js
+++ b/auto_source.js
@@ -143,7 +143,7 @@ let INFO =
if (typeof liberator.plugins[ctx.NAME] === 'undefined')
liberator.plugins[ctx.NAME] = ctx;
} else {
- liberator.echoerr('plugin_loader.js: context not found (' + filepath + ')');
+ liberator.echoerr('auto_source.js: context not found (' + filepath + ')');
}
}
}