// Vimperator plugin: "Update Twitter & Wassr" // Last Change: 20-Oct-2008. Jan 2008 // License: Public domain // Maintainer: mattn - http://mattn.kaoriya.net/ (function(){ liberator.modules.commands.addUserCommand(["twissr"], "Change Twitter & Wassr status", function(arg, special){ arg = (special ? '! ' : ' ') + arg.string; liberator.execute('twitter' + arg); liberator.execute('wassr' + arg); }, { }); })(); o' rowspan='2'>cgit logo index : vimperator-plugins
for Vimperator plugins
aboutsummaryrefslogtreecommitdiffstats
path: root/migemo_hint.js
blob: a3278a817df8ef152bd43c08226595ca54669542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22