diff options
author | anekos | 2011-09-08 02:27:13 +0900 |
---|---|---|
committer | anekos | 2011-09-08 02:27:13 +0900 |
commit | e8998877a60cb6d59b65494afdd894e357a2a487 (patch) | |
tree | 4bb4ce3802096d9bf02793bd3d2b8711363657ca /my-style.js | |
parent | 1402aa2f278058984dfc0d379ccef501bcfbafa7 (diff) | |
download | vimperator-plugins-e8998877a60cb6d59b65494afdd894e357a2a487.tar.bz2 |
コマンドの extra 修正
Diffstat (limited to 'my-style.js')
-rw-r--r-- | my-style.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/my-style.js b/my-style.js index 782ea37..2ae6098 100644 --- a/my-style.js +++ b/my-style.js @@ -277,7 +277,7 @@ EOM }, { bang: true, - literal: 1, + literal: 0, completer: styleNameCompleter } ), @@ -303,8 +303,6 @@ EOM /* TODO list */ }, { - bang: true, - literal: 1, subCommands: SubCommands }, true |