summaryrefslogtreecommitdiffstats
path: root/vim/snippets
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-18 04:39:05 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-18 05:51:09 -0400
commit0500fd584d8f1504305e5310639ba91eb46c2787 (patch)
tree96361578b62e5c8c9192c0a07ace606a0e042e77 /vim/snippets
parent23993570e56b1f2b356b8905649f82f8947aac2d (diff)
downloadconf-0500fd584d8f1504305e5310639ba91eb46c2787.tar.gz
conf-0500fd584d8f1504305e5310639ba91eb46c2787.zip
fix perl script snippet
Diffstat (limited to 'vim/snippets')
-rw-r--r--vim/snippets/perl.snippets3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/snippets/perl.snippets b/vim/snippets/perl.snippets
index f9f65a3..76e7820 100644
--- a/vim/snippets/perl.snippets
+++ b/vim/snippets/perl.snippets
@@ -20,7 +20,8 @@ snippet script
#!/usr/bin/env perl
use strict;
use warnings;
-
+
+ ${1}
snippet test
#!/usr/bin/env perl
use strict;