summaryrefslogtreecommitdiff
path: root/regcharclass.h
diff options
context:
space:
mode:
authorLukas Mai <lukasmai.403@gmail.com>2023-03-23 17:07:03 +0100
committerYves Orton <demerphq@gmail.com>2023-03-24 06:10:05 +0800
commitb7eedb08953678c5b222f3776892756053dc00aa (patch)
treebfca1d0b568f3d0052c5f1c6b27c923881c638d3 /regcharclass.h
parent3ae398fba4a16b2da69f72f21ace25d2bf0370e6 (diff)
downloadperl-b7eedb08953678c5b222f3776892756053dc00aa.tar.gz
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.
Diffstat (limited to 'regcharclass.h')
-rw-r--r--regcharclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcharclass.h b/regcharclass.h
index c7132bece4..4d39ab2417 100644
--- a/regcharclass.h
+++ b/regcharclass.h
@@ -3855,4 +3855,4 @@
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
* acc94e4afc339fe2cf2ae74d6e1cbcf2c396328d78e56236ad314eadbfc84125 regen/regcharclass.pl
* b2f896452d2b30da3e04800f478c60c1fd0b03d6b668689b020f1e3cf1f1cdd9 regen/regcharclass_multi_char_folds.pl
- * ex: set ro ft=C: */
+ * ex: set ro ft=c: */