/* * Please write the below line into .vimperatorrc. * let g:twittperator_plugin_echo_tweet = 1 */ (function () { plugins.twittperator.ChirpUserStream.addListener( function onMsg (msg, raw) { if (msg.text) liberator.echo(msg.user.screen_name + ": " + msg.text, commandline.FORCE_SINGLELINE); } ); })(); // vim: sw=2 ts=2 et fdm=marker ft=javascript: '>
aboutsummaryrefslogtreecommitdiffstats
path: root/gbmark.js
blob: 22de6c8564516552b4d2542da2c772fcee5e2ff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44