projects
/
gitmo/moose-dev-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9f4e6b2
)
s/$orig/<{$next}>/ :)
Shawn M Moore [Tue, 5 May 2009 22:35:39 +0000 (18:35 -0400)]
vim/moose_snippets.vim
patch
|
blob
|
blame
|
history
diff --git
a/vim/moose_snippets.vim
b/vim/moose_snippets.vim
index
d551e7c
..
7b35cf5
100644
(file)
--- 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;",
\ "<{}>",
\"};"])