aboutsummaryrefslogtreecommitdiffstats
path: root/delicious_search.js
diff options
context:
space:
mode:
authorteramako2009-04-06 12:24:00 +0000
committerteramako2009-04-06 12:24:00 +0000
commite442111221fbca11901036716c2b1bafa8a6bc6f (patch)
tree4514b66e2df58af273b160072635c527f8b53ee9 /delicious_search.js
parent1ed9fec96e38eb98700ede2f1f7356864025bfe7 (diff)
downloadvimperator-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.js9
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;
})();