aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrry2008-10-03 21:56:18 +0000
committerdrry2008-10-03 21:56:18 +0000
commit4fcda502d08875279e781e30ac7789928613e284 (patch)
treeba881e01c733126ec9e363ce890305d427db5118
parent038f995067b9beb88a31b0b814284f5cc4fdab1a (diff)
downloadvimperator-plugins-4fcda502d08875279e781e30ac7789928613e284.tar.bz2
* oops.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@20660 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--incuri.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/incuri.js b/incuri.js
index 0253851..ef480aa 100644
--- a/incuri.js
+++ b/incuri.js
@@ -8,11 +8,11 @@
* ==/VimperatorPlugin==
*
* COMMANDS:
- * :decdomain -> Increment the number in the domain name
- * :decfragment -> Increment the number in the fragment ID
- * :decpath -> Increment the number in the path name
- * :decport -> Increment the number in the port number
- * :decquery -> Increment the number in the query string
+ * :decdomain -> Decrement the number in the domain name
+ * :decfragment -> Decrement the number in the fragment ID
+ * :decpath -> Decrement the number in the path name
+ * :decport -> Decrement the number in the port number
+ * :decquery -> Decrement the number in the query string
* :decuri -> Decrement the number in the URI
* :incdomain -> Increment the number in the domain name
* :incfragment -> Increment the number in the fragment ID