Skip to content

Commit

Permalink
add a vim modeline to gen_setting.pm which prevents accidental editing
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Sep 24, 2009
1 parent a33b90c commit bac4abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/gen_setting_pm.pl
Expand Up @@ -39,4 +39,5 @@ ()
" \%*INC<$_> = 1;\n Perl6::Compiler.import('$colon_form', ':DEFAULT', ':MANDATORY');\n"
} @classes);
print "}\n";
print "\n# vim: set ft=perl6 nomodifiable :\n";

0 comments on commit bac4abd

Please sign in to comment.