aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-28 20:07:41 +0900
committermattn <mattn.jp@gmail.com>2011-10-28 20:07:41 +0900
commit5711f0f848e4f8d5b0cdcce80c5539078dd36313 (patch)
tree5cc19d919b4abaff3a8314ffa8a145e835e5524c
parent251f2b571dc5e1f4e5bf9bf5d17386988ad93a63 (diff)
downloadvim-sonictemplate-5711f0f848e4f8d5b0cdcce80c5539078dd36313.tar.gz
vim-sonictemplate-5711f0f848e4f8d5b0cdcce80c5539078dd36313.tar.bz2
vim-sonictemplate-5711f0f848e4f8d5b0cdcce80c5539078dd36313.zip
oops
-rw-r--r--template/perl/snip-file-read.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/perl/snip-file-read.pl b/template/perl/snip-file-read.pl
index 53138a4..f291384 100644
--- a/template/perl/snip-file-read.pl
+++ b/template/perl/snip-file-read.pl
@@ -1,2 +1,2 @@
-open my $fh, '<', '{{_cursor}}' or die "failed to open: $!";
+open my $fh, '<', '{{_cursor_}}' or die "failed to open: $!";
my $content = do { local $/; <$fh> };