diff options
author | hogelog | 2008-12-10 21:41:10 +0000 |
---|---|---|
committer | hogelog | 2008-12-10 21:41:10 +0000 |
commit | 9dd574cb23d91f9a6f7e4cefbc7bb6e59e7be0de (patch) | |
tree | 25c966d1e7848898128eff2338e5cc771725c239 | |
parent | 7a82092fb513d03ba0e6bf5902e1cb812c728601 (diff) | |
download | vimperator-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |