Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: b7eedb08953678c5b222f3776892756053dc00aa
https://github.com/Perl/perl5/commit/b7eedb08953678c5b222f3776892756053dc00aa
Author: Lukas Mai <[email protected]>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M charclass_invlists.h
M ebcdic_tables.h
M embed.h
M embedvar.h
M feature.h
M l1_char_class_tab.h
M lib/.gitignore
M lib/B/Op_private.pm
M lib/feature.pm
M lib/overload/numbers.pm
M lib/unicore/uni_keywords.pl
M lib/warnings.pm
M mg_names.inc
M mg_raw.h
M mg_vtable.h
M miniperlmain.c
M opcode.h
M opnames.h
M overload.h
M overload.inc
M packsizetables.inc
M perly.act
M perly.h
M perly.tab
M pp_proto.h
M proto.h
M reentr.c
M reentr.h
M regcharclass.h
M regen/feature.pl
M regen/regen_lib.pl
M regen/warnings.pl
M regnodes.h
M scope_types.h
M uconfig.h
M uni_keywords.h
M unicode_constants.h
M warnings.h
Log Message:
-----------
fix incorrect vi filetype declarations in generated files
Vim's filetype declarations are case sensitive. The correct types for
Perl, C, and Pod are perl, c, and pod, respectively.
Commit: 9a3a94ffdd8cf71ee39fede590ae136ce59f7cf7
https://github.com/Perl/perl5/commit/9a3a94ffdd8cf71ee39fede590ae136ce59f7cf7
Author: Lukas Mai <[email protected]>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M lib/.gitignore
M regen/regen_lib.pl
Log Message:
-----------
don't set a special filetype for generated .gitignore
Previously it would default to Perl, which happens to produce the right
comment character ("#"), but results in nonsensical syntax highlighting.
Now we set $lang to the special value 'None', which still produces
read-only declarations, but doesn't force a mode/filetype on editors.
Compare: https://github.com/Perl/perl5/compare/3ae398fba4a1...9a3a94ffdd8c