diff options
author | mattn <mattn.jp@gmail.com> | 2011-11-15 11:58:45 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-11-15 11:58:45 +0900 |
commit | fe0d4e7fcb5da4b04098257af8285e4cd3217fd2 (patch) | |
tree | 64191e3ec13fe500c2da382334766a21d149ed20 /template/perl/snip-growl-any.pl | |
parent | fdb3bfeaf46515631af432ce5182a4bbc1eb860a (diff) | |
download | vim-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.pl | 5 |
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!'); |