aboutsummaryrefslogtreecommitdiffstats
path: root/_libly.js
diff options
context:
space:
mode:
authorsuVene2009-01-04 00:53:27 +0000
committersuVene2009-01-04 00:53:27 +0000
commit9e6e587e50efa8edff91307f4b6ebaa4cd6233db (patch)
tree8eeb6c8059954f1a5287d382153322654a736ea2 /_libly.js
parent1cb3e00c80a10947c821f47e162280c75295efcf (diff)
downloadvimperator-plugins-9e6e587e50efa8edff91307f4b6ebaa4cd6233db.tar.bz2
- remove判定整理。
- sticky_keyword → sticky_keywords 変更。 - liberator.echomsg の filter 実装。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27851 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to '_libly.js')
-rw-r--r--_libly.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/_libly.js b/_libly.js
index f7067e0..54bb042 100644
--- a/_libly.js
+++ b/_libly.js
@@ -12,7 +12,7 @@ var PLUGIN_INFO =
<description lang="ja">適当なライブラリっぽいものたち。</description>
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>
<license>MIT</license>
- <version>0.1.17</version>
+ <version>0.1.18</version>
<minVersion>1.2</minVersion>
<maxVersion>2.0pre</maxVersion>
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/_libly.js</updateURL>
@@ -179,7 +179,7 @@ libly.$U = {//{{{
var d = {
y: dtm.getFullYear(),
M: dtm.getMonth() + 1,
- d: dtm.getDay(),
+ d: dtm.getDate(),
h: dtm.getHours(),
m: dtm.getMinutes(),
s: dtm.getSeconds(),