diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-28 20:07:41 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-28 20:07:41 +0900 |
commit | 5711f0f848e4f8d5b0cdcce80c5539078dd36313 (patch) | |
tree | 5cc19d919b4abaff3a8314ffa8a145e835e5524c /template | |
parent | 251f2b571dc5e1f4e5bf9bf5d17386988ad93a63 (diff) | |
download | vim-sonictemplate-5711f0f848e4f8d5b0cdcce80c5539078dd36313.tar.gz vim-sonictemplate-5711f0f848e4f8d5b0cdcce80c5539078dd36313.tar.bz2 vim-sonictemplate-5711f0f848e4f8d5b0cdcce80c5539078dd36313.zip |
oops
Diffstat (limited to 'template')
-rw-r--r-- | template/perl/snip-file-read.pl | 2 |
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> }; |