1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 20:38:05 +01:00

fixed typo in perl snippet

This commit is contained in:
Michael Sanders
2009-05-11 11:28:35 -04:00
parent 4e61b3af8a
commit e0fc4d1d91

View File

@@ -88,4 +88,4 @@ snippet cl
# Read File # Read File
snippet slurp snippet slurp
my $${1:var}; my $${1:var};
{ local $/ = undef; local *FILE; open FILE, "<${2:file}"; $$1 = <FILE>; close FILE }${2} { local $/ = undef; local *FILE; open FILE, "<${2:file}"; $$1 = <FILE>; close FILE }${3}