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

Commit 7230269

Browse files
committed
Ticket #4419: mc.ext.ini: clarify regex for makefiles.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
1 parent 0ac611f commit 7230269

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)