diff options
author | anekos | 2010-02-06 06:07:15 +0000 |
---|---|---|
committer | anekos | 2010-02-06 06:07:15 +0000 |
commit | 1a19c37ce5781416af9db5d83b674d89a165900b (patch) | |
tree | e28b62aa7184c9b94888723718e88ebe958bb4c4 | |
parent | a16242ede43d2a0e34fc4e47ecc90359b052eb9d (diff) | |
download | vimperator-plugins-1a19c37ce5781416af9db5d83b674d89a165900b.tar.bz2 |
ヘルプ嫁追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36638 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | extension-manager.js | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/extension-manager.js b/extension-manager.js index f46fa3e..7e990e3 100755 --- a/extension-manager.js +++ b/extension-manager.js @@ -48,19 +48,13 @@ let PLUGIN_INFO = <maxVersion>2.3</maxVersion> <detail><![CDATA[ アドオンの有効無効状態を保存&復帰できるプラギン - :e.g.: - >|| - :extstate store foobar - :extstate restore foobar - ||< + 詳しくはヘルプを読んでくれよ。 + :help extension-manager-plugin ]]></detail> <detail lang="ja"><![CDATA[ Store / Restore current extensions state. - :e.g.: - >|| - :extstate store foobar - :extstate restore foobar - ||< + read the help with the below command. + ":help extension-manager-plugin" ]]></detail> </VimperatorPlugin>; // }}} |