diff options
author | teramako | 2009-03-03 14:47:55 +0000 |
---|---|---|
committer | teramako | 2009-03-03 14:47:55 +0000 |
commit | 74e70364324741ed9194e7e59cdc1938a914ffda (patch) | |
tree | 01084c36513a06e0a2bc797b7715ee47c1d9890b /delicious_search.js | |
parent | e9528c0c25843922871ecc267b98482c326ddc46 (diff) | |
download | vimperator-plugins-74e70364324741ed9194e7e59cdc1938a914ffda.tar.bz2 |
update comment
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30739 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'delicious_search.js')
-rw-r--r-- | delicious_search.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/delicious_search.js b/delicious_search.js index 6d2eb26..b474c38 100644 --- a/delicious_search.js +++ b/delicious_search.js @@ -7,7 +7,7 @@ let PLUGIN_INFO = <version>0.1</version> <minVersion>2.0pre</minVersion> <maxVersion>2.0</maxVersion> -<detail> +<detail><![CDATA[ == Command == :ds[earch] -tags tag, ...: :delicious[search] -tags tag, ...: @@ -20,13 +20,17 @@ let PLUGIN_INFO = == Completion == :open or :tabopen command completion +>|| set complete+=D +||< or write in RC file +>|| autocmd VimperatorEnter ".*" :set complete+=D +||< -</detail> +]]></detail> </VimperatorPlugin>; liberator.plugins.delicious = (function(){ |