diff options
author | anekos | 2010-03-27 14:26:21 +0000 |
---|---|---|
committer | anekos | 2010-03-27 14:26:21 +0000 |
commit | f9a51e76bf22c78eaeae9e90dc2aa8c2f65c540e (patch) | |
tree | d6335cec0a99d32472f907bf92f5d1b1b7e6d009 | |
parent | 5778a32415924006b188a03315b771445e341745 (diff) | |
download | vimperator-plugins-f9a51e76bf22c78eaeae9e90dc2aa8c2f65c540e.tar.bz2 |
設定についてヘルプ追記
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37108 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | spatial-navigation.js | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/spatial-navigation.js b/spatial-navigation.js index 263a874..b37ab34 100755 --- a/spatial-navigation.js +++ b/spatial-navigation.js @@ -49,10 +49,10 @@ let PLUGIN_INFO = <minVersion>2.3</minVersion> <maxVersion>2.3</maxVersion> <detail><![CDATA[ - ---- + Read the help. (:help SpatialNavigation-plugin) ]]></detail> <detail lang="ja"><![CDATA[ - ---- + Read the help. (:help SpatialNavigation-plugin) ]]></detail> </VimperatorPlugin>; // }}} @@ -65,11 +65,16 @@ let INFO = lang="en-US" xmlns="http://vimperator.org/namespaces/liberator"> <project name="Vimperator" minVersion="2.3"/> - <p></p> <item> - <tags>:hoge</tags> - <spec>:hoge</spec> - <description><p></p></description> + <tags>g:spatial_navigation_mappings</tags> + <spec>let g:spatial_navigation_mappings=<a>keys</a></spec> + <description> + <p> + </p> + <code><ex> +let g:spatial_navigation_mappings="<A-h> <A-j> <A-k> <A-l>" + </ex></code> + </description> </item> </plugin> <plugin name="SpatialNavigation" version="1.0.0" @@ -78,11 +83,16 @@ let INFO = lang="ja" xmlns="http://vimperator.org/namespaces/liberator"> <project name="Vimperator" minVersion="2.3"/> - <p></p> <item> - <tags>:hoge</tags> - <spec>:hoge</spec> - <description><p></p></description> + <tags>g:spatial_navigation_mappings</tags> + <spec>let g:spatial_navigation_mappings=<a>keys</a></spec> + <description> + <p> + </p> + <code><ex> +let g:spatial_navigation_mappings="<A-h> <A-j> <A-k> <A-l>" + </ex></code> + </description> </item> </plugin> </>; |