mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-26 13:12:03 +03:00
Ticket #4419: mc.ext.ini: clarify regex for Makefile.
Consider "Makefile" as whole word to avoid handling of files named like "Makefile.zip" as makefiles. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
e8c4677b7e
commit
372cb29d80
@ -798,7 +798,7 @@ Regex=^Makefile\\.(PL|pl)$
|
|||||||
Open=%var{PERL:perl} %f
|
Open=%var{PERL:perl} %f
|
||||||
|
|
||||||
[Makefile]
|
[Makefile]
|
||||||
Regex=^[Mm]akefile
|
Regex=^[Mm]akefile$
|
||||||
Open=make -f %f %{Enter parameters}
|
Open=make -f %f %{Enter parameters}
|
||||||
|
|
||||||
[dbf]
|
[dbf]
|
||||||
|
Loading…
Reference in New Issue
Block a user