From: Shawn M Moore Date: Tue, 5 May 2009 22:35:39 +0000 (-0400) Subject: s/$orig/<{$next}>/ :) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-dev-utils.git;a=commitdiff_plain;h=babbac0629b4859b0b1ca58f9159c52a14fb01c4 s/$orig/<{$next}>/ :) --- diff --git a/vim/moose_snippets.vim b/vim/moose_snippets.vim index d551e7c..7b35cf5 100644 --- a/vim/moose_snippets.vim +++ b/vim/moose_snippets.vim @@ -71,7 +71,7 @@ call Snippet('sub', [ \"}"]) call Snippet('around', [ \"around <{name}> => sub {", - \ "my $orig = shift;", + \ "my $<{next}> = shift;", \ "my $self = shift;", \ "<{}>", \"};"])