s/$orig/<{$next}>/ :)
Shawn M Moore [Tue, 5 May 2009 22:35:39 +0000 (18:35 -0400)]
vim/moose_snippets.vim

index d551e7c..7b35cf5 100644 (file)
@@ -71,7 +71,7 @@ call Snippet('sub', [
             \"}"])
 call Snippet('around', [
             \"around <{name}> => sub {",
-            \    "my $orig = shift;",
+            \    "my $<{next}> = shift;",
             \    "my $self = shift;",
             \    "<{}>",
             \"};"])