diff options
author | teramako | 2009-04-06 12:24:00 +0000 |
---|---|---|
committer | teramako | 2009-04-06 12:24:00 +0000 |
commit | e442111221fbca11901036716c2b1bafa8a6bc6f (patch) | |
tree | 4514b66e2df58af273b160072635c527f8b53ee9 /delicious_search.js | |
parent | 1ed9fec96e38eb98700ede2f1f7356864025bfe7 (diff) | |
download | vimperator-plugins-e442111221fbca11901036716c2b1bafa8a6bc6f.tar.bz2 |
add guioption
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@32009 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'delicious_search.js')
-rw-r--r-- | delicious_search.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/delicious_search.js b/delicious_search.js index b50a601..c2ec0ef 100644 --- a/delicious_search.js +++ b/delicious_search.js @@ -30,6 +30,14 @@ or write in RC file autocmd VimperatorEnter ".*" :set complete+=D ||< +== guioptions == +show Delicious Toolbar or not +>|| +set go+=D +or +set go-=D +||< + ]]></detail> </VimperatorPlugin>; @@ -268,6 +276,7 @@ let self = { }; self.init(); liberator.registerObserver("shutdown", self.close); +config.guioptions['D'] = ['Delicious Toolbar',['ybToolbar']]; completion.addUrlCompleter("D", "Delicious Bookmarks", self.urlCompleter); return self; })(); |