summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
Diffstat (limited to 'regen')
-rwxr-xr-xregen/feature.pl2
-rw-r--r--regen/regen_lib.pl2
-rw-r--r--regen/warnings.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/regen/feature.pl b/regen/feature.pl
index 10073bea02..aeb04edeb4 100755
--- a/regen/feature.pl
+++ b/regen/feature.pl
@@ -501,7 +501,7 @@ read_only_bottom_close_and_rename($h);
__END__
package feature;
-our $VERSION = '1.81';
+our $VERSION = '1.82';
FEATURES
diff --git a/regen/regen_lib.pl b/regen/regen_lib.pl
index 36ffa9ecfd..f511857781 100644
--- a/regen/regen_lib.pl
+++ b/regen/regen_lib.pl
@@ -203,7 +203,7 @@ sub read_only_bottom_close_and_rename {
$comment .= "$digest $file\n";
}
}
- $comment .= "ex: set ro ft=$lang:";
+ $comment .= "ex: set ro ft=\L$lang\E:";
if (defined $lang && $lang eq 'Perl') {
$comment =~ s/^/# /mg;
diff --git a/regen/warnings.pl b/regen/warnings.pl
index 4b598bbc31..7b0c49a883 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -16,7 +16,7 @@
#
# This script is normally invoked from regen.pl.
-$VERSION = '1.63';
+$VERSION = '1.64';
BEGIN {
require './regen/regen_lib.pl';