summaryrefslogtreecommitdiffstats
path: root/.vim
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-03-08 18:58:14 +0100
committerFlorian Pritz <bluewind@xssn.at>2010-03-08 18:58:14 +0100
commit89e312be31e1107036e23f4a269d6ad6b5427c36 (patch)
tree558322aa76ceeb5cc0c17c709dba633c0d67029f /.vim
parent96544ed65331f2446c16493987fd0e7edf820e80 (diff)
downloaddotfiles-89e312be31e1107036e23f4a269d6ad6b5427c36.tar.gz
dotfiles-89e312be31e1107036e23f4a269d6ad6b5427c36.tar.xz
vim/snippets/perl: make #! more useable
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to '.vim')
-rw-r--r--.vim/snippets/perl.snippets2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/snippets/perl.snippets b/.vim/snippets/perl.snippets
index cf8f9fc..89bbeeb 100644
--- a/.vim/snippets/perl.snippets
+++ b/.vim/snippets/perl.snippets
@@ -1,6 +1,8 @@
# #!/usr/bin/perl
snippet #!
#!/usr/bin/perl
+ use warnings;
+ use strict;
# Hash Pointer
snippet .