aboutsummaryrefslogtreecommitdiffstats
path: root/win-mouse.js
diff options
context:
space:
mode:
authoranekos2011-03-28 06:22:43 +0900
committeranekos2011-03-28 17:17:45 +0900
commit67764d4efb9a43ef6ec75773cf563c482142f9aa (patch)
treef9be372b698baed0a404b0895113a57219cddc56 /win-mouse.js
parent1d1c54834706f1e8a0146e2a0efee57ab991ff8f (diff)
downloadvimperator-plugins-67764d4efb9a43ef6ec75773cf563c482142f9aa.tar.bz2
サブコマンド名修正
Diffstat (limited to 'win-mouse.js')
-rw-r--r--win-mouse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/win-mouse.js b/win-mouse.js
index 8ea9438..fddb464 100644
--- a/win-mouse.js
+++ b/win-mouse.js
@@ -244,7 +244,7 @@ let INFO =
}
),
new Command(
- ['cursor'],
+ ['move'],
'Move cursor',
function (args) {
let [x, y] = args.map(function (it) parseInt(it));