aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhogelog2008-12-10 21:41:10 +0000
committerhogelog2008-12-10 21:41:10 +0000
commit9dd574cb23d91f9a6f7e4cefbc7bb6e59e7be0de (patch)
tree25c966d1e7848898128eff2338e5cc771725c239
parent7a82092fb513d03ba0e6bf5902e1cb812c728601 (diff)
downloadvimperator-plugins-9dd574cb23d91f9a6f7e4cefbc7bb6e59e7be0de.tar.bz2
* follow 2.0pre.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26339 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--incuri.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/incuri.js b/incuri.js
index 623be6f..0ffb082 100644
--- a/incuri.js
+++ b/incuri.js
@@ -76,7 +76,7 @@
["In", 1], ["De", -1]
].forEach(function(direction) {
var [prefix, dir] = direction;
- liberator.commands
+ commands
.add([prefix.toLowerCase() + "c" + suffix],
prefix + "crement the number in the " + name + ".",
makeinc(function(x, q) x + dir * q, prop),