Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 995b61d

Browse files
committed
Merge branch '4419_makefile_regex'
* 4419_makefile_regex: Ticket #4419: mc.ext.ini: clarify regex for makefiles.
2 parents 0ac611f + 7230269 commit 995b61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/mc.ext.ini.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ Regex=^Makefile\.(PL|pl)$
789789
Open=%var{PERL:perl} %f
790790

791791
[Makefile]
792-
Regex=[Mm]akefile
792+
Regex=^[Mm]akefile
793793
Open=make -f %f %{Enter parameters}
794794

795795
[dbf]

0 commit comments

Comments
 (0)