diff options
author | anekos | 2011-03-28 06:22:43 +0900 |
---|---|---|
committer | anekos | 2011-03-28 17:17:45 +0900 |
commit | 67764d4efb9a43ef6ec75773cf563c482142f9aa (patch) | |
tree | f9be372b698baed0a404b0895113a57219cddc56 /win-mouse.js | |
parent | 1d1c54834706f1e8a0146e2a0efee57ab991ff8f (diff) | |
download | vimperator-plugins-67764d4efb9a43ef6ec75773cf563c482142f9aa.tar.bz2 |
サブコマンド名修正
Diffstat (limited to 'win-mouse.js')
-rw-r--r-- | win-mouse.js | 2 |
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)); |