diff options
author | anekos | 2008-12-02 12:07:57 +0000 |
---|---|---|
committer | anekos | 2008-12-02 12:07:57 +0000 |
commit | b99a31711c4a5f6967630d103d2245628619d2e2 (patch) | |
tree | 354fd2afc98aacf58e309fe98a45c1173784dc18 /toggler.js | |
parent | eae4fae848458cfd438f7746c302f877e03ebec1 (diff) | |
download | vimperator-plugins-b99a31711c4a5f6967630d103d2245628619d2e2.tar.bz2 |
Follow CVS Head.
etc.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25706 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'toggler.js')
-rw-r--r-- | toggler.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ * ==/VimperatorPlugin== * * 何かしらの設定をクルクル変更したい人へ - * + * * まず、最初に以下の例ように.vimperatorrcに定義する js <<EOM liberator.globalVariables.toggler = { @@ -20,7 +20,7 @@ liberator.globalVariables.toggler = { //... }; EOM - * + * * 次に * :toggle go * とコマンドを実行するとsetting commands配列の次を実行する |