aboutsummaryrefslogtreecommitdiff
path: root/template/perl/snip-growl-any.pl
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-11-15 11:58:45 +0900
committermattn <mattn.jp@gmail.com>2011-11-15 11:58:45 +0900
commitfe0d4e7fcb5da4b04098257af8285e4cd3217fd2 (patch)
tree64191e3ec13fe500c2da382334766a21d149ed20 /template/perl/snip-growl-any.pl
parentfdb3bfeaf46515631af432ce5182a4bbc1eb860a (diff)
downloadvim-sonictemplate-fe0d4e7fcb5da4b04098257af8285e4cd3217fd2.tar.gz
vim-sonictemplate-fe0d4e7fcb5da4b04098257af8285e4cd3217fd2.tar.bz2
vim-sonictemplate-fe0d4e7fcb5da4b04098257af8285e4cd3217fd2.zip
add some.
Diffstat (limited to 'template/perl/snip-growl-any.pl')
-rw-r--r--template/perl/snip-growl-any.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/perl/snip-growl-any.pl b/template/perl/snip-growl-any.pl
new file mode 100644
index 0000000..3c8a325
--- /dev/null
+++ b/template/perl/snip-growl-any.pl
@@ -0,0 +1,5 @@
+my $growl = Growl::Any->new(
+ appname => '{{_cursor_}}',
+ events => ['Error']
+);
+#$growl->notify('Error', 'Failed to do it!');