summaryrefslogtreecommitdiffstats
path: root/re.pl
diff options
context:
space:
mode:
Diffstat (limited to 're.pl')
-rw-r--r--re.pl/repl.rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/re.pl/repl.rc b/re.pl/repl.rc
index 072aa59..08ed446 100644
--- a/re.pl/repl.rc
+++ b/re.pl/repl.rc
@@ -1,5 +1,3 @@
-# vim:filetype=perl:
-#
#package main;
## this is for Perl's Devel::REPL. it goes in ~/.re.pl/repl.rc
#
@@ -75,3 +73,4 @@ $cd =~ s{^(/(?:Users|home)/[^/]+)/}{} and do {
$Devel::REPL::Script::CURRENT_SCRIPT->apply_script($proj, 0);
};
+# vim:filetype=perl: