diff options
author | anekos | 2010-03-25 14:24:59 +0000 |
---|---|---|
committer | anekos | 2010-03-25 14:24:59 +0000 |
commit | aad22e86be3de29f104818ddc94a258a34c866f0 (patch) | |
tree | 201d5dc16c971b6fefacb5114a25bb498d625304 | |
parent | a4da591c0ea65726796826b0efd4996cb7b4c8e3 (diff) | |
download | vimperator-plugins-aad22e86be3de29f104818ddc94a258a34c866f0.tar.bz2 |
ヘルプ追記
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37092 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | hints-for-embedded.js | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/hints-for-embedded.js b/hints-for-embedded.js index f5f1d91..468b94b 100755 --- a/hints-for-embedded.js +++ b/hints-for-embedded.js @@ -75,6 +75,32 @@ let INFO = </p> </description> </item> + <item> + <tags>g:hints_for_embedded_mode </tags> + <spec>let g:hints_for_embedded_mode=<a>hints-mode-character</a></spec> + <description> + <p> + Hints mode characters. + Default is not available. + </p> + </description> + </item> + <item> + <tags>g:hints_for_embedded_where </tags> + <spec>let g:hints_for_embedded_where=<a>where</a></spec> + <description> + <p> + Where to open. + <a>where</a> values. + <ul> + <li>new_tab</li> + <li>current_tab</li> + <li>new_background_tab</li> + <li>new_window</li> + </ul> + </p> + </description> + </item> </plugin> <plugin name="HintsForEmbeded" version="1.0.0" href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/hints-for-embedded.js" @@ -93,6 +119,32 @@ let INFO = </p> </description> </item> + <item> + <tags>g:hints_for_embedded_mode </tags> + <spec>let g:hints_for_embedded_mode=<a>hints-mode-character</a></spec> + <description> + <p> + ヒントモード文字。 + デフォルト無効。 + </p> + </description> + </item> + <item> + <tags>g:hints_for_embedded_where </tags> + <spec>let g:hints_for_embedded_where=<a>where</a></spec> + <description> + <p> + どこに開くか? + <a>where</a> 値 + <ul> + <li>new_tab</li> + <li>current_tab</li> + <li>new_background_tab</li> + <li>new_window</li> + </ul> + </p> + </description> + </item> </plugin> </>; // }}} |